Html Css Color HEX #04966D Observatory

📋 copy color: '#04966D'

red 4 ◦ green 150 ◦ blue 109

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

Shades of Observatory #04966D

Tints of Observatory #04966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 1.52%
G = 57.03%
B = 41.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#04966D (or 0x04966D) is known color: Observatory. HEX triplet: 04, 96 and 6D. RGB value is (4,150,109). Sum of RGB (Red+Green+Blue) = 4+150+109=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #04966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04966D is #FB6992. Grayscale: #656565. Windows color (decimal): -16476563 or 7181828. OLE color: 7181828.

HSL color Cylindrical-coordinate representation of color #04966D: hue angle of 163.15º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04966D is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 150 109 -
CMYK 0.97 0 0.27 0.41
HSL 163.15º 0.95% 0.3% -
HSV(B) 163.15º 0.97% 0.59% -
XYZ 13.72 22.94 18.17 -
YUV 101.67 132.13 58.33 -
System Red Green Blue C M Y K H S L
Decimal 4 150 109 0.97 0 0.27 0.41 163.15 0.95 0.3
Hex 4 96 6D 61 0 1B 29 A3 5F 1E
Octal 4 226 155 141 0 33 51 243 137 36
Binary 100 10010110 1101101 1100001 0 11011 101001 10100011 1011111 11110

Color Harmonies of #04966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04966D

Black with #04966D

Text Example


Text Example

White with #04966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04966D; }

 p { color: rgb(4,150,109); }

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

background-color css

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

 a { background-color: rgb(4,150,109); }

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

border-color css

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

 span { border-color: rgb(4,150,109); }

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