#085239

Color #085239 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #085239

Tints of Sherwood Green #085239

Color information

#085239 (or 0x085239) is unknown color: approx 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

RGB88257-
CMYK0.9000.300.68
HSL159.73º82.22%17.65%-
HSV(B)159.73º90.24%32.16%-
XYZ3.866.384.9-
YUV57.02127.9893.03-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882570.9000.300.68159.7382.2217.65
Hex852395A01E44a05212
Octal101227113203610424012222
Binary100010100101110011011010011110100010010100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>