Html Css Color HEX #085239 Sherwood Green

📋 copy color: '#085239'

red 8 ◦ green 82 ◦ blue 57

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

Shades of Sherwood Green #085239

Tints of Sherwood Green #085239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.78%

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

R = 5.44%
G = 55.78%
B = 38.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#085239 (or 0x085239) is known color: Sherwood Green. HEX triplet: 08, 52 and 39. RGB value is (8,82,57). Sum of RGB (Red+Green+Blue) = 8+82+57=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #085239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085239 is #F7ADC6. Grayscale: #393939. Windows color (decimal): -16231879 or 3756552. OLE color: 3756552.

HSL color Cylindrical-coordinate representation of color #085239: hue angle of 159.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085239 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 57 -
CMYK 0.90 0 0.30 0.68
HSL 159.73º 0.82% 0.18% -
HSV(B) 159.73º 0.9% 0.32% -
XYZ 3.86 6.38 4.9 -
YUV 57.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 8 82 57 0.90 0 0.30 0.68 159.73 0.82 0.18
Hex 8 52 39 5A 0 1E 44 A0 52 12
Octal 10 122 71 132 0 36 104 240 122 22
Binary 1000 1010010 111001 1011010 0 11110 1000100 10100000 1010010 10010

Color Harmonies of #085239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085239

Black with #085239

Text Example


Text Example

White with #085239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085239; }

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

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

background-color css

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

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

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

border-color css

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

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

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