Html Css Color HEX #04946F Observatory

📋 copy color: '#04946F'

red 4 ◦ green 148 ◦ blue 111

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

Shades of Observatory #04946F

Tints of Observatory #04946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

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

R = 1.52%
G = 56.27%
B = 42.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#04946F (or 0x04946F) is known color: Observatory. HEX triplet: 04, 94 and 6F. RGB value is (4,148,111). Sum of RGB (Red+Green+Blue) = 4+148+111=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #04946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04946F is #FB6B90. Grayscale: #646464. Windows color (decimal): -16477073 or 7312388. OLE color: 7312388.

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

Color convert

RGB 4 148 111 -
CMYK 0.97 0 0.25 0.42
HSL 164.58º 0.95% 0.3% -
HSV(B) 164.58º 0.97% 0.58% -
XYZ 13.51 22.35 18.64 -
YUV 100.73 133.79 59.01 -
System Red Green Blue C M Y K H S L
Decimal 4 148 111 0.97 0 0.25 0.42 164.58 0.95 0.3
Hex 4 94 6F 61 0 19 2A A5 5F 1E
Octal 4 224 157 141 0 31 52 245 137 36
Binary 100 10010100 1101111 1100001 0 11001 101010 10100101 1011111 11110

Color Harmonies of #04946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04946F

Black with #04946F

Text Example


Text Example

White with #04946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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