#135539

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

Shades of County Green #135539

Tints of County Green #135539

Color information

#135539 (or 0x135539) is unknown color: approx County Green. HEX triplet: 13, 55 and 39. RGB value is (19,85,57). Sum of RGB (Red+Green+Blue) = 19+85+57=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #135539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135539 is #ECAAC6. Grayscale: #3E3E3E. Windows color (decimal): -15510215 or 3757331. OLE color: 3757331.

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

Color convert

RGB198557-
CMYK0.7800.330.67
HSL154.55º63.46%20.39%-
HSV(B)154.55º77.65%33.33%-
XYZ4.266.934.98-
YUV62.07125.1397.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=11.80%
G=52.80%
B=35.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985570.7800.330.67154.5563.4620.39
Hex1355394E021439b3f14
Octal23125711160411032337724
Binary1001110101011110011001110010000110000111001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135539; }

 p { color: rgb(19,85,57); }

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

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

 a { background-color: rgb(19,85,57); }

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

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

 span { border-color: rgb(19,85,57); }

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