Html Css Color HEX #04956E Observatory

📋 copy color: '#04956E'

red 4 ◦ green 149 ◦ blue 110

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

Shades of Observatory #04956E

Tints of Observatory #04956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 1.52%
G = 56.65%
B = 41.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#04956E (or 0x04956E) is known color: Observatory. HEX triplet: 04, 95 and 6E. RGB value is (4,149,110). Sum of RGB (Red+Green+Blue) = 4+149+110=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #04956E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04956E is #FB6A91. Grayscale: #656565. Windows color (decimal): -16476818 or 7247108. OLE color: 7247108.

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

Color convert

RGB 4 149 110 -
CMYK 0.97 0 0.26 0.42
HSL 163.86º 0.95% 0.3% -
HSV(B) 163.86º 0.97% 0.58% -
XYZ 13.61 22.65 18.41 -
YUV 101.2 132.96 58.67 -
System Red Green Blue C M Y K H S L
Decimal 4 149 110 0.97 0 0.26 0.42 163.86 0.95 0.3
Hex 4 95 6E 61 0 1A 2A A4 5F 1E
Octal 4 225 156 141 0 32 52 244 137 36
Binary 100 10010101 1101110 1100001 0 11010 101010 10100100 1011111 11110

Color Harmonies of #04956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04956E

Black with #04956E

Text Example


Text Example

White with #04956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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