#04836C

Color #04836C Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #04836C

Tints of Observatory #04836C

Color information

#04836C (or 0x04836C) is unknown color: approx Observatory. HEX triplet: 04, 83 and 6C. RGB value is (4,131,108). Sum of RGB (Red+Green+Blue) = 4+131+108=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #04836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04836C is #FB7C93. Grayscale: #5A5A5A. Windows color (decimal): -16481428 or 7111428. OLE color: 7111428.

HSL color Cylindrical-coordinate representation of color #04836C: hue angle of 169.13º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04836C is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB4131108-
CMYK0.9700.180.49
HSL169.13º94.07%26.47%-
HSV(B)169.13º96.95%51.37%-
XYZ10.8717.3416.96-
YUV90.4137.9266.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=1.65%
G=53.91%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41311080.9700.180.49169.1394.0726.47
Hex4836C6101231a95e1a
Octal42031541410226125113632
Binary100100000111101100110000101001011000110101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04836C; }

 p { color: rgb(4,131,108); }

 H1.HeaderClassName
 {
   color: #04836C;
 }
 .AnyTagClassName
 {
   color: #04836C;
 }
</style>
background-color css

<style>
 a { background-color: #04836C; }

 a { background-color: rgb(4,131,108); }

 div.DivClassName
 {
   background-color: #04836C;
 }
 .BgClassName
 {
   background-color: #04836C;
 }
</style>
border-color css

<style>
 span { border-color: #04836C; }

 span { border-color: rgb(4,131,108); }

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