Html Css Color HEX #04885F Observatory

📋 copy color: '#04885F'

red 4 ◦ green 136 ◦ blue 95

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

Shades of Observatory #04885F

Tints of Observatory #04885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.87%

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 1.7%
G = 57.87%
B = 40.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#04885F (or 0x04885F) is known color: Observatory. HEX triplet: 04, 88 and 5F. RGB value is (4,136,95). Sum of RGB (Red+Green+Blue) = 4+136+95=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #04885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04885F is #FB77A0. Grayscale: #5B5B5B. Windows color (decimal): -16480161 or 6260740. OLE color: 6260740.

HSL color Cylindrical-coordinate representation of color #04885F: hue angle of 161.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04885F is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 95 -
CMYK 0.97 0 0.30 0.47
HSL 161.36º 0.94% 0.27% -
HSV(B) 161.36º 0.97% 0.53% -
XYZ 10.92 18.46 13.81 -
YUV 91.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 4 136 95 0.97 0 0.30 0.47 161.36 0.94 0.27
Hex 4 88 5F 61 0 1E 2F A1 5E 1B
Octal 4 210 137 141 0 36 57 241 136 33
Binary 100 10001000 1011111 1100001 0 11110 101111 10100001 1011110 11011

Color Harmonies of #04885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04885F

Black with #04885F

Text Example


Text Example

White with #04885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,136,95); }

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

background-color css

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

 a { background-color: rgb(4,136,95); }

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

border-color css

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

 span { border-color: rgb(4,136,95); }

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