#115335

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

Shades of County Green #115335

Tints of County Green #115335

Color information

#115335 (or 0x115335) is unknown color: approx County Green. HEX triplet: 11, 53 and 35. RGB value is (17,83,53). Sum of RGB (Red+Green+Blue) = 17+83+53=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #115335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115335 is #EEACCA. Grayscale: #3B3B3B. Windows color (decimal): -15641803 or 3494673. OLE color: 3494673.

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

Color convert

RGB178353-
CMYK0.8000.360.67
HSL152.73º66%19.61%-
HSV(B)152.73º79.52%32.55%-
XYZ3.976.564.43-
YUV59.85124.1397.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=11.11%
G=54.25%
B=34.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783530.8000.360.67152.736619.61
Hex1153355002443994214
Octal211236512004410323110224
Binary10001101001111010110100000100100100001110011001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115335; }

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

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

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

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

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

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

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

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