Html Css Color HEX #059367 Observatory

📋 copy color: '#059367'

red 5 ◦ green 147 ◦ blue 103

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

Shades of Observatory #059367

Tints of Observatory #059367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.39%

R = 1.96%
G = 57.65%
B = 40.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#059367 (or 0x059367) is known color: Observatory. HEX triplet: 05, 93 and 67. RGB value is (5,147,103). Sum of RGB (Red+Green+Blue) = 5+147+103=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #059367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059367 is #FA6C98. Grayscale: #636363. Windows color (decimal): -16411801 or 6787845. OLE color: 6787845.

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

Color convert

RGB 5 147 103 -
CMYK 0.97 0 0.30 0.42
HSL 161.41º 0.93% 0.3% -
HSV(B) 161.41º 0.97% 0.58% -
XYZ 12.94 21.88 16.37 -
YUV 99.53 129.96 60.58 -
System Red Green Blue C M Y K H S L
Decimal 5 147 103 0.97 0 0.30 0.42 161.41 0.93 0.3
Hex 5 93 67 61 0 1E 2A A1 5D 1E
Octal 5 223 147 141 0 36 52 241 135 36
Binary 101 10010011 1100111 1100001 0 11110 101010 10100001 1011101 11110

Color Harmonies of #059367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059367

Black with #059367

Text Example


Text Example

White with #059367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059367; }

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

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

background-color css

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

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

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

border-color css

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

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

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