Html Css Color HEX #049570 Observatory

📋 copy color: '#049570'

red 4 ◦ green 149 ◦ blue 112

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

Shades of Observatory #049570

Tints of Observatory #049570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 1.51%
G = 56.23%
B = 42.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#049570 (or 0x049570) is known color: Observatory. HEX triplet: 04, 95 and 70. RGB value is (4,149,112). Sum of RGB (Red+Green+Blue) = 4+149+112=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #049570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049570 is #FB6A8F. Grayscale: #656565. Windows color (decimal): -16476816 or 7378180. OLE color: 7378180.

HSL color Cylindrical-coordinate representation of color #049570: hue angle of 164.69º 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 #049570 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 112 -
CMYK 0.97 0 0.25 0.42
HSL 164.69º 0.95% 0.3% -
HSV(B) 164.69º 0.97% 0.58% -
XYZ 13.72 22.69 18.99 -
YUV 101.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 4 149 112 0.97 0 0.25 0.42 164.69 0.95 0.3
Hex 4 95 70 61 0 19 2A A5 5F 1E
Octal 4 225 160 141 0 31 52 245 137 36
Binary 100 10010101 1110000 1100001 0 11001 101010 10100101 1011111 11110

Color Harmonies of #049570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049570

Black with #049570

Text Example


Text Example

White with #049570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049570; }

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

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

background-color css

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

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

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

border-color css

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

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

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