Html Css Color HEX #04885E Observatory

📋 copy color: '#04885E'

red 4 ◦ green 136 ◦ blue 94

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

Shades of Observatory #04885E

Tints of Observatory #04885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 1.71%
G = 58.12%
B = 40.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#04885E (or 0x04885E) is known color: Observatory. HEX triplet: 04, 88 and 5E. RGB value is (4,136,94). Sum of RGB (Red+Green+Blue) = 4+136+94=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #04885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04885E is #FB77A1. Grayscale: #5B5B5B. Windows color (decimal): -16480162 or 6195204. OLE color: 6195204.

HSL color Cylindrical-coordinate representation of color #04885E: hue angle of 160.91º 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 #04885E is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 94 -
CMYK 0.97 0 0.31 0.47
HSL 160.91º 0.94% 0.27% -
HSV(B) 160.91º 0.97% 0.53% -
XYZ 10.87 18.44 13.58 -
YUV 91.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 4 136 94 0.97 0 0.31 0.47 160.91 0.94 0.27
Hex 4 88 5E 61 0 1F 2F A1 5E 1B
Octal 4 210 136 141 0 37 57 241 136 33
Binary 100 10001000 1011110 1100001 0 11111 101111 10100001 1011110 11011

Color Harmonies of #04885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04885E

Black with #04885E

Text Example


Text Example

White with #04885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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