#085338

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

Shades of County Green #085338

Tints of County Green #085338

Color information

#085338 (or 0x085338) is unknown color: approx County Green. HEX triplet: 08, 53 and 38. RGB value is (8,83,56). Sum of RGB (Red+Green+Blue) = 8+83+56=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #085338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085338 is #F7ACC7. Grayscale: #393939. Windows color (decimal): -16231624 or 3691272. OLE color: 3691272.

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

Color convert

RGB88356-
CMYK0.9000.330.67
HSL158.4º82.42%17.84%-
HSV(B)158.4º90.36%32.55%-
XYZ3.916.524.79-
YUV57.5127.1592.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=5.44%
G=56.46%
B=38.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883560.9000.330.67158.482.4217.84
Hex853385A021439e5212
Octal101237013204110323612222
Binary1000101001111100010110100100001100001110011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085338; }

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

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

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

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

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

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

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

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