Html Css Color HEX #059372 Observatory

📋 copy color: '#059372'

red 5 ◦ green 147 ◦ blue 114

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

Shades of Observatory #059372

Tints of Observatory #059372

RGB

 RED value IS 5 (2.34% from 255) = 1.88%

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 1.88%
G = 55.26%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#059372 (or 0x059372) is known color: Observatory. HEX triplet: 05, 93 and 72. RGB value is (5,147,114). Sum of RGB (Red+Green+Blue) = 5+147+114=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #059372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059372 is #FA6C8D. Grayscale: #646464. Windows color (decimal): -16411790 or 7508741. OLE color: 7508741.

HSL color Cylindrical-coordinate representation of color #059372: hue angle of 166.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059372 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 114 -
CMYK 0.97 0 0.22 0.42
HSL 166.06º 0.93% 0.3% -
HSV(B) 166.06º 0.97% 0.58% -
XYZ 13.53 22.11 19.47 -
YUV 100.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 5 147 114 0.97 0 0.22 0.42 166.06 0.93 0.3
Hex 5 93 72 61 0 16 2A A6 5D 1E
Octal 5 223 162 141 0 26 52 246 135 36
Binary 101 10010011 1110010 1100001 0 10110 101010 10100110 1011101 11110

Color Harmonies of #059372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059372

Black with #059372

Text Example


Text Example

White with #059372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059372; }

 p { color: rgb(5,147,114); }

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

background-color css

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

 a { background-color: rgb(5,147,114); }

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

border-color css

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

 span { border-color: rgb(5,147,114); }

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