#095136

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

Shades of County Green #095136

Tints of County Green #095136

Color information

#095136 (or 0x095136) is unknown color: approx County Green. HEX triplet: 09, 51 and 36. RGB value is (9,81,54). Sum of RGB (Red+Green+Blue) = 9+81+54=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #095136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095136 is #F6AEC9. Grayscale: #383838. Windows color (decimal): -16166602 or 3559689. OLE color: 3559689.

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

Color convert

RGB98154-
CMYK0.8900.330.68
HSL157.5º80%17.65%-
HSV(B)157.5º88.89%31.76%-
XYZ3.726.214.49-
YUV56.39126.6594.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=6.25%
G=56.25%
B=37.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981540.8900.330.68157.58017.65
Hex9513659021449e5012
Octal111216613104110423612022
Binary1001101000111011010110010100001100010010011110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095136; }

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

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

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

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

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

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

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

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