#085436

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

Shades of County Green #085436

Tints of County Green #085436

Color information

#085436 (or 0x085436) is unknown color: approx County Green. HEX triplet: 08, 54 and 36. RGB value is (8,84,54). Sum of RGB (Red+Green+Blue) = 8+84+54=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #085436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085436 is #F7ABC9. Grayscale: #393939. Windows color (decimal): -16231370 or 3560456. OLE color: 3560456.

HSL color Cylindrical-coordinate representation of color #085436: hue angle of 156.32º degrees, saturation: 0.83, 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 #085436 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB88454-
CMYK0.9000.360.67
HSL156.32º82.61%18.04%-
HSV(B)156.32º90.48%32.94%-
XYZ3.946.664.57-
YUV57.86125.8292.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=5.48%
G=57.53%
B=36.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884540.9000.360.67156.3282.6118.04
Hex854365A024439c5312
Octal101246613204410323412322
Binary1000101010011011010110100100100100001110011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085436; }

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

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

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

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

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

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

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

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