Html Css Color HEX #049571 Observatory

📋 copy color: '#049571'

red 4 ◦ green 149 ◦ blue 113

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

Shades of Observatory #049571

Tints of Observatory #049571

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 1.5%
G = 56.02%
B = 42.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#049571 (or 0x049571) is known color: Observatory. HEX triplet: 04, 95 and 71. RGB value is (4,149,113). Sum of RGB (Red+Green+Blue) = 4+149+113=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #049571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049571 is #FB6A8E. Grayscale: #656565. Windows color (decimal): -16476815 or 7443716. OLE color: 7443716.

HSL color Cylindrical-coordinate representation of color #049571: hue angle of 165.1º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049571 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 113 -
CMYK 0.97 0 0.24 0.42
HSL 165.1º 0.95% 0.3% -
HSV(B) 165.1º 0.97% 0.58% -
XYZ 13.78 22.71 19.28 -
YUV 101.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 4 149 113 0.97 0 0.24 0.42 165.1 0.95 0.3
Hex 4 95 71 61 0 18 2A A5 5F 1E
Octal 4 225 161 141 0 30 52 245 137 36
Binary 100 10010101 1110001 1100001 0 11000 101010 10100101 1011111 11110

Color Harmonies of #049571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049571

Black with #049571

Text Example


Text Example

White with #049571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049571; }

 p { color: rgb(4,149,113); }

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

background-color css

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

 a { background-color: rgb(4,149,113); }

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

border-color css

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

 span { border-color: rgb(4,149,113); }

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