#095236

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

Shades of County Green #095236

Tints of County Green #095236

Color information

#095236 (or 0x095236) is unknown color: approx County Green. HEX triplet: 09, 52 and 36. RGB value is (9,82,54). Sum of RGB (Red+Green+Blue) = 9+82+54=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #095236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095236 is #F6ADC9. Grayscale: #393939. Windows color (decimal): -16166346 or 3559945. OLE color: 3559945.

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

Color convert

RGB98254-
CMYK0.8900.340.68
HSL156.99º80.22%17.84%-
HSV(B)156.99º89.02%32.16%-
XYZ3.86.364.52-
YUV56.98126.3293.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 82 (32.42% from 255) = 56.55%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=6.21%
G=56.55%
B=37.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982540.8900.340.68156.9980.2217.84
Hex9523659022449d5012
Octal111226613104210423512022
Binary1001101001011011010110010100010100010010011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095236; }

 p { color: rgb(9,82,54); }

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

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

 a { background-color: rgb(9,82,54); }

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

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

 span { border-color: rgb(9,82,54); }

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