Html Css Color HEX #154A47 Cyprus

📋 copy color: '#154A47'

red 21 ◦ green 74 ◦ blue 71

#154A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #154A47

Tints of Cyprus #154A47

RGB

 RED value IS 21 (8.59% from 255) = 12.65%

 GREEN value IS 74 (29.3% from 255) = 44.58%

 BLUE value IS 71 (28.13% from 255) = 42.77%

R = 12.65%
G = 44.58%
B = 42.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#154A47 (or 0x154A47) is known color: Cyprus. HEX triplet: 15, 4A and 47. RGB value is (21,74,71). Sum of RGB (Red+Green+Blue) = 21+74+71=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #154A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A47 is #EAB5B8. Grayscale: #393939. Windows color (decimal): -15381945 or 4672021. OLE color: 4672021.

HSL color Cylindrical-coordinate representation of color #154A47: hue angle of 176.6º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A47 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 74 71 -
CMYK 0.72 0 0.04 0.71
HSL 176.6º 0.56% 0.19% -
HSV(B) 176.6º 0.72% 0.29% -
XYZ 3.9 5.51 6.82 -
YUV 57.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 21 74 71 0.72 0 0.04 0.71 176.6 0.56 0.19
Hex 15 4A 47 48 0 4 47 B1 38 13
Octal 25 112 107 110 0 4 107 261 70 23
Binary 10101 1001010 1000111 1001000 0 100 1000111 10110001 111000 10011

Color Harmonies of #154A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A47

Black with #154A47

Text Example


Text Example

White with #154A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A47; }

 p { color: rgb(21,74,71); }

 H1.HeaderClassName
 {
   color: #154A47;
 }
 .AnyTagClassName
 {
   color: #154A47;
 }
</style>

background-color css

<style>
 a { background-color: #154A47; }

 a { background-color: rgb(21,74,71); }

 div.DivClassName
 {
   background-color: #154A47;
 }
 .BgClassName
 {
   background-color: #154A47;
 }
</style>

border-color css

<style>
 span { border-color: #154A47; }

 span { border-color: rgb(21,74,71); }

 td.TdClassName
 {
   border-color: #154A47;
 }
 .TagClassName
 {
   border-color: #154A47;
 }
</style>