Html Css Color HEX #04856F Observatory

📋 copy color: '#04856F'

red 4 ◦ green 133 ◦ blue 111

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

Shades of Observatory #04856F

Tints of Observatory #04856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 1.61%
G = 53.63%
B = 44.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#04856F (or 0x04856F) is known color: Observatory. HEX triplet: 04, 85 and 6F. RGB value is (4,133,111). Sum of RGB (Red+Green+Blue) = 4+133+111=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #04856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04856F is #FB7A90. Grayscale: #5B5B5B. Windows color (decimal): -16480913 or 7308548. OLE color: 7308548.

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

Color convert

RGB 4 133 111 -
CMYK 0.97 0 0.17 0.48
HSL 169.77º 0.94% 0.27% -
HSV(B) 169.77º 0.97% 0.52% -
XYZ 11.31 17.95 17.91 -
YUV 91.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 4 133 111 0.97 0 0.17 0.48 169.77 0.94 0.27
Hex 4 85 6F 61 0 11 30 AA 5E 1B
Octal 4 205 157 141 0 21 60 252 136 33
Binary 100 10000101 1101111 1100001 0 10001 110000 10101010 1011110 11011

Color Harmonies of #04856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04856F

Black with #04856F

Text Example


Text Example

White with #04856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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