#085234

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

Shades of County Green #085234

Tints of County Green #085234

Color information

#085234 (or 0x085234) is unknown color: approx County Green. HEX triplet: 08, 52 and 34. RGB value is (8,82,52). Sum of RGB (Red+Green+Blue) = 8+82+52=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #085234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085234 is #F7ADCB. Grayscale: #383838. Windows color (decimal): -16231884 or 3428872. OLE color: 3428872.

HSL color Cylindrical-coordinate representation of color #085234: hue angle of 155.68º 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 #085234 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB88252-
CMYK0.9000.370.68
HSL155.68º82.22%17.65%-
HSV(B)155.68º90.24%32.16%-
XYZ3.746.334.27-
YUV56.45125.4893.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=5.63%
G=57.75%
B=36.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882520.9000.370.68155.6882.2217.65
Hex852345A025449c5212
Octal101226413204510423412222
Binary1000101001011010010110100100101100010010011100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085234; }

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

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

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

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

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

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

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

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