Html Css Color HEX #155049 Cyprus

📋 copy color: '#155049'

red 21 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #155049

Tints of Cyprus #155049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 12.07%
G = 45.98%
B = 41.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#155049 (or 0x155049) is known color: Cyprus. HEX triplet: 15, 50 and 49. RGB value is (21,80,73). Sum of RGB (Red+Green+Blue) = 21+80+73=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #155049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155049 is #EAAFB6. Grayscale: #3D3D3D. Windows color (decimal): -15380407 or 4804629. OLE color: 4804629.

HSL color Cylindrical-coordinate representation of color #155049: hue angle of 172.88º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155049 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 73 -
CMYK 0.74 0 0.09 0.69
HSL 172.88º 0.58% 0.2% -
HSV(B) 172.88º 0.74% 0.31% -
XYZ 4.38 6.38 7.3 -
YUV 61.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 21 80 73 0.74 0 0.09 0.69 172.88 0.58 0.2
Hex 15 50 49 4A 0 9 45 AD 3A 14
Octal 25 120 111 112 0 11 105 255 72 24
Binary 10101 1010000 1001001 1001010 0 1001 1000101 10101101 111010 10100

Color Harmonies of #155049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155049

Black with #155049

Text Example


Text Example

White with #155049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155049; }

 p { color: rgb(21,80,73); }

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

background-color css

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

 a { background-color: rgb(21,80,73); }

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

border-color css

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

 span { border-color: rgb(21,80,73); }

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