Html Css Color HEX #04916F Observatory

📋 copy color: '#04916F'

red 4 ◦ green 145 ◦ blue 111

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

Shades of Observatory #04916F

Tints of Observatory #04916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 1.54%
G = 55.77%
B = 42.69%

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

#04916F (or 0x04916F) is known color: Observatory. HEX triplet: 04, 91 and 6F. RGB value is (4,145,111). Sum of RGB (Red+Green+Blue) = 4+145+111=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #04916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04916F is #FB6E90. Grayscale: #626262. Windows color (decimal): -16477841 or 7311620. OLE color: 7311620.

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

Color convert

RGB 4 145 111 -
CMYK 0.97 0 0.23 0.43
HSL 165.53º 0.95% 0.29% -
HSV(B) 165.53º 0.97% 0.57% -
XYZ 13.04 21.42 18.49 -
YUV 98.97 134.79 60.26 -
System Red Green Blue C M Y K H S L
Decimal 4 145 111 0.97 0 0.23 0.43 165.53 0.95 0.29
Hex 4 91 6F 61 0 17 2B A6 5F 1D
Octal 4 221 157 141 0 27 53 246 137 35
Binary 100 10010001 1101111 1100001 0 10111 101011 10100110 1011111 11101

Color Harmonies of #04916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04916F

Black with #04916F

Text Example


Text Example

White with #04916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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