Html Css Color HEX #085039 Sherwood Green

📋 copy color: '#085039'

red 8 ◦ green 80 ◦ blue 57

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

Shades of Sherwood Green #085039

Tints of Sherwood Green #085039

RGB

 RED value IS 8 (3.52% from 255) = 5.52%

 GREEN value IS 80 (31.64% from 255) = 55.17%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 5.52%
G = 55.17%
B = 39.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#085039 (or 0x085039) is known color: Sherwood Green. HEX triplet: 08, 50 and 39. RGB value is (8,80,57). Sum of RGB (Red+Green+Blue) = 8+80+57=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #085039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085039 is #F7AFC6. Grayscale: #373737. Windows color (decimal): -16232391 or 3756040. OLE color: 3756040.

HSL color Cylindrical-coordinate representation of color #085039: hue angle of 160.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085039 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 57 -
CMYK 0.90 0 0.29 0.69
HSL 160.83º 0.82% 0.17% -
HSV(B) 160.83º 0.9% 0.31% -
XYZ 3.71 6.08 4.85 -
YUV 55.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 8 80 57 0.90 0 0.29 0.69 160.83 0.82 0.17
Hex 8 50 39 5A 0 1D 45 A1 52 11
Octal 10 120 71 132 0 35 105 241 122 21
Binary 1000 1010000 111001 1011010 0 11101 1000101 10100001 1010010 10001

Color Harmonies of #085039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085039

Black with #085039

Text Example


Text Example

White with #085039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085039; }

 p { color: rgb(8,80,57); }

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

background-color css

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

 a { background-color: rgb(8,80,57); }

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

border-color css

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

 span { border-color: rgb(8,80,57); }

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