Html Css Color HEX #049170 Observatory

📋 copy color: '#049170'

red 4 ◦ green 145 ◦ blue 112

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

Shades of Observatory #049170

Tints of Observatory #049170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.56%

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

R = 1.53%
G = 55.56%
B = 42.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#049170 (or 0x049170) is known color: Observatory. HEX triplet: 04, 91 and 70. RGB value is (4,145,112). Sum of RGB (Red+Green+Blue) = 4+145+112=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #049170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049170 is #FB6E8F. Grayscale: #636363. Windows color (decimal): -16477840 or 7377156. OLE color: 7377156.

HSL color Cylindrical-coordinate representation of color #049170: hue angle of 165.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049170 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 112 -
CMYK 0.97 0 0.23 0.43
HSL 165.96º 0.95% 0.29% -
HSV(B) 165.96º 0.97% 0.57% -
XYZ 13.1 21.45 18.78 -
YUV 99.08 135.29 60.18 -
System Red Green Blue C M Y K H S L
Decimal 4 145 112 0.97 0 0.23 0.43 165.96 0.95 0.29
Hex 4 91 70 61 0 17 2B A6 5F 1D
Octal 4 221 160 141 0 27 53 246 137 35
Binary 100 10010001 1110000 1100001 0 10111 101011 10100110 1011111 11101

Color Harmonies of #049170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049170

Black with #049170

Text Example


Text Example

White with #049170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049170; }

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

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

background-color css

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

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

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

border-color css

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

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

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