#095133

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

Shades of County Green #095133

Tints of County Green #095133

Color information

#095133 (or 0x095133) is unknown color: approx County Green. HEX triplet: 09, 51 and 33. RGB value is (9,81,51). Sum of RGB (Red+Green+Blue) = 9+81+51=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #095133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095133 is #F6AECC. Grayscale: #383838. Windows color (decimal): -16166605 or 3363081. OLE color: 3363081.

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

Color convert

RGB98151-
CMYK0.8900.370.68
HSL155º80%17.65%-
HSV(B)155º88.89%31.76%-
XYZ3.656.184.13-
YUV56.05125.1594.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=6.38%
G=57.45%
B=36.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981510.8900.370.681558017.65
Hex9513359025449b5012
Octal111216313104510423312022
Binary1001101000111001110110010100101100010010011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095133; }

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

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

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

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

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

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

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

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