Html Css Color HEX #049575 Observatory

📋 copy color: '#049575'

red 4 ◦ green 149 ◦ blue 117

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

Shades of Observatory #049575

Tints of Observatory #049575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 1.48%
G = 55.19%
B = 43.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#049575 (or 0x049575) is known color: Observatory. HEX triplet: 04, 95 and 75. RGB value is (4,149,117). Sum of RGB (Red+Green+Blue) = 4+149+117=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #049575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049575 is #FB6A8A. Grayscale: #656565. Windows color (decimal): -16476811 or 7705860. OLE color: 7705860.

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

Color convert

RGB 4 149 117 -
CMYK 0.97 0 0.21 0.42
HSL 166.76º 0.95% 0.3% -
HSV(B) 166.76º 0.97% 0.58% -
XYZ 14.01 22.81 20.49 -
YUV 102 136.46 58.1 -
System Red Green Blue C M Y K H S L
Decimal 4 149 117 0.97 0 0.21 0.42 166.76 0.95 0.3
Hex 4 95 75 61 0 15 2A A7 5F 1E
Octal 4 225 165 141 0 25 52 247 137 36
Binary 100 10010101 1110101 1100001 0 10101 101010 10100111 1011111 11110

Color Harmonies of #049575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049575

Black with #049575

Text Example


Text Example

White with #049575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049575; }

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

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

background-color css

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

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

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

border-color css

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

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

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