#095335

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

Shades of County Green #095335

Tints of County Green #095335

Color information

#095335 (or 0x095335) is unknown color: approx County Green. HEX triplet: 09, 53 and 35. RGB value is (9,83,53). Sum of RGB (Red+Green+Blue) = 9+83+53=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #095335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095335 is #F6ACCA. Grayscale: #393939. Windows color (decimal): -16166091 or 3494665. OLE color: 3494665.

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

Color convert

RGB98353-
CMYK0.8900.360.67
HSL155.68º80.43%18.04%-
HSV(B)155.68º89.16%32.55%-
XYZ3.856.54.42-
YUV57.45125.4893.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=6.21%
G=57.24%
B=36.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983530.8900.360.67155.6880.4318.04
Hex9533559024439c5012
Octal111236513104410323412022
Binary1001101001111010110110010100100100001110011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095335; }

 p { color: rgb(9,83,53); }

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

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

 a { background-color: rgb(9,83,53); }

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

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

 span { border-color: rgb(9,83,53); }

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