#085336

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

Shades of County Green #085336

Tints of County Green #085336

Color information

#085336 (or 0x085336) is unknown color: approx County Green. HEX triplet: 08, 53 and 36. RGB value is (8,83,54). Sum of RGB (Red+Green+Blue) = 8+83+54=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #085336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085336 is #F7ACC9. Grayscale: #393939. Windows color (decimal): -16231626 or 3560200. OLE color: 3560200.

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

Color convert

RGB88354-
CMYK0.9000.350.67
HSL156.8º82.42%17.84%-
HSV(B)156.8º90.36%32.55%-
XYZ3.866.54.54-
YUV57.27126.1592.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=5.52%
G=57.24%
B=37.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883540.9000.350.67156.882.4217.84
Hex853365A023439d5212
Octal101236613204310323512222
Binary1000101001111011010110100100011100001110011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085336; }

 p { color: rgb(8,83,54); }

 H1.HeaderClassName
 {
   color: #085336;
 }
 .AnyTagClassName
 {
   color: #085336;
 }
</style>
background-color css

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

 a { background-color: rgb(8,83,54); }

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

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

 span { border-color: rgb(8,83,54); }

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