Html Css Color HEX #04916A Observatory

📋 copy color: '#04916A'

red 4 ◦ green 145 ◦ blue 106

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

Shades of Observatory #04916A

Tints of Observatory #04916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 1.57%
G = 56.86%
B = 41.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#04916A (or 0x04916A) is known color: Observatory. HEX triplet: 04, 91 and 6A. RGB value is (4,145,106). Sum of RGB (Red+Green+Blue) = 4+145+106=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #04916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04916A is #FB6E95. Grayscale: #626262. Windows color (decimal): -16477846 or 6983940. OLE color: 6983940.

HSL color Cylindrical-coordinate representation of color #04916A: hue angle of 163.4º 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 #04916A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 106 -
CMYK 0.97 0 0.27 0.43
HSL 163.4º 0.95% 0.29% -
HSV(B) 163.4º 0.97% 0.57% -
XYZ 12.78 21.32 17.08 -
YUV 98.4 132.29 60.67 -
System Red Green Blue C M Y K H S L
Decimal 4 145 106 0.97 0 0.27 0.43 163.4 0.95 0.29
Hex 4 91 6A 61 0 1B 2B A3 5F 1D
Octal 4 221 152 141 0 33 53 243 137 35
Binary 100 10010001 1101010 1100001 0 11011 101011 10100011 1011111 11101

Color Harmonies of #04916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04916A

Black with #04916A

Text Example


Text Example

White with #04916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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