Html Css Color HEX #059370 Observatory

📋 copy color: '#059370'

red 5 ◦ green 147 ◦ blue 112

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

Shades of Observatory #059370

Tints of Observatory #059370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 1.89%
G = 55.68%
B = 42.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#059370 (or 0x059370) is known color: Observatory. HEX triplet: 05, 93 and 70. RGB value is (5,147,112). Sum of RGB (Red+Green+Blue) = 5+147+112=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #059370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059370 is #FA6C8F. Grayscale: #646464. Windows color (decimal): -16411792 or 7377669. OLE color: 7377669.

HSL color Cylindrical-coordinate representation of color #059370: hue angle of 165.21º 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 #059370 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 112 -
CMYK 0.97 0 0.24 0.42
HSL 165.21º 0.93% 0.3% -
HSV(B) 165.21º 0.97% 0.58% -
XYZ 13.42 22.07 18.88 -
YUV 100.55 134.46 59.85 -
System Red Green Blue C M Y K H S L
Decimal 5 147 112 0.97 0 0.24 0.42 165.21 0.93 0.3
Hex 5 93 70 61 0 18 2A A5 5D 1E
Octal 5 223 160 141 0 30 52 245 135 36
Binary 101 10010011 1110000 1100001 0 11000 101010 10100101 1011101 11110

Color Harmonies of #059370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059370

Black with #059370

Text Example


Text Example

White with #059370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059370; }

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

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

background-color css

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

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

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

border-color css

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

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

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