#095332

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

Shades of County Green #095332

Tints of County Green #095332

Color information

#095332 (or 0x095332) is unknown color: approx County Green. HEX triplet: 09, 53 and 32. RGB value is (9,83,50). Sum of RGB (Red+Green+Blue) = 9+83+50=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #095332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095332 is #F6ACCD. Grayscale: #393939. Windows color (decimal): -16166094 or 3298057. OLE color: 3298057.

HSL color Cylindrical-coordinate representation of color #095332: hue angle of 153.24º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095332 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB98350-
CMYK0.8900.400.67
HSL153.24º80.43%18.04%-
HSV(B)153.24º89.16%32.55%-
XYZ3.786.474.07-
YUV57.11123.9893.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=6.34%
G=58.45%
B=35.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983500.8900.400.67153.2480.4318.04
Hex953325902843995012
Octal111236213105010323112022
Binary1001101001111001010110010101000100001110011001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095332; }

 p { color: rgb(9,83,50); }

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

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

 a { background-color: rgb(9,83,50); }

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

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

 span { border-color: rgb(9,83,50); }

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