Html Css Color HEX #04836A Observatory

📋 copy color: '#04836A'

red 4 ◦ green 131 ◦ blue 106

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

Shades of Observatory #04836A

Tints of Observatory #04836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.36%

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 1.66%
G = 54.36%
B = 43.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#04836A (or 0x04836A) is known color: Observatory. HEX triplet: 04, 83 and 6A. RGB value is (4,131,106). Sum of RGB (Red+Green+Blue) = 4+131+106=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #04836A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04836A is #FB7C95. Grayscale: #5A5A5A. Windows color (decimal): -16481430 or 6980356. OLE color: 6980356.

HSL color Cylindrical-coordinate representation of color #04836A: hue angle of 168.19º 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 #04836A is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 106 -
CMYK 0.97 0 0.19 0.49
HSL 168.19º 0.94% 0.26% -
HSV(B) 168.19º 0.97% 0.51% -
XYZ 10.77 17.3 16.41 -
YUV 90.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 4 131 106 0.97 0 0.19 0.49 168.19 0.94 0.26
Hex 4 83 6A 61 0 13 31 A8 5E 1A
Octal 4 203 152 141 0 23 61 250 136 32
Binary 100 10000011 1101010 1100001 0 10011 110001 10101000 1011110 11010

Color Harmonies of #04836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04836A

Black with #04836A

Text Example


Text Example

White with #04836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04836A;
 }
 .AnyTagClassName
 {
   color: #04836A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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