#095036

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

Shades of County Green #095036

Tints of County Green #095036

Color information

#095036 (or 0x095036) is unknown color: approx County Green. HEX triplet: 09, 50 and 36. RGB value is (9,80,54). Sum of RGB (Red+Green+Blue) = 9+80+54=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #095036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095036 is #F6AFC9. Grayscale: #373737. Windows color (decimal): -16166858 or 3559433. OLE color: 3559433.

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

Color convert

RGB98054-
CMYK0.8900.330.69
HSL158.03º79.78%17.45%-
HSV(B)158.03º88.75%31.37%-
XYZ3.656.064.47-
YUV55.81126.9894.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=6.29%
G=55.94%
B=37.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980540.8900.330.69158.0379.7817.45
Hex9503659021459e5011
Octal111206613104110523612021
Binary1001101000011011010110010100001100010110011110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095036; }

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

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

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

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

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

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

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

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