#085133

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

Shades of County Green #085133

Tints of County Green #085133

Color information

#085133 (or 0x085133) is unknown color: approx County Green. HEX triplet: 08, 51 and 33. RGB value is (8,81,51). Sum of RGB (Red+Green+Blue) = 8+81+51=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #085133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085133 is #F7AECC. Grayscale: #373737. Windows color (decimal): -16232141 or 3363080. OLE color: 3363080.

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

Color convert

RGB88151-
CMYK0.9000.370.68
HSL155.34º82.02%17.45%-
HSV(B)155.34º90.12%31.76%-
XYZ3.646.184.13-
YUV55.75125.3293.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=5.71%
G=57.86%
B=36.43%

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
Decimal881510.9000.370.68155.3482.0217.45
Hex851335A025449b5211
Octal101216313204510423312221
Binary1000101000111001110110100100101100010010011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085133; }

 p { color: rgb(8,81,51); }

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

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

 a { background-color: rgb(8,81,51); }

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

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

 span { border-color: rgb(8,81,51); }

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