#095132

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

Shades of County Green #095132

Tints of County Green #095132

Color information

#095132 (or 0x095132) is unknown color: approx County Green. HEX triplet: 09, 51 and 32. RGB value is (9,81,50). Sum of RGB (Red+Green+Blue) = 9+81+50=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #095132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095132 is #F6AECD. Grayscale: #373737. Windows color (decimal): -16166606 or 3297545. OLE color: 3297545.

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

Color convert

RGB98150-
CMYK0.8900.380.68
HSL154.17º80%17.65%-
HSV(B)154.17º88.89%31.76%-
XYZ3.636.174.02-
YUV55.94124.6594.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=6.43%
G=57.86%
B=35.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981500.8900.380.68154.178017.65
Hex9513259026449a5012
Octal111216213104610423212022
Binary1001101000111001010110010100110100010010011010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095132; }

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

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

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

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

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

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

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

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