#135537

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

Shades of County Green #135537

Tints of County Green #135537

Color information

#135537 (or 0x135537) is unknown color: approx County Green. HEX triplet: 13, 55 and 37. RGB value is (19,85,55). Sum of RGB (Red+Green+Blue) = 19+85+55=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #135537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135537 is #ECAAC8. Grayscale: #3D3D3D. Windows color (decimal): -15510217 or 3626259. OLE color: 3626259.

HSL color Cylindrical-coordinate representation of color #135537: hue angle of 152.73º 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 #135537 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB198555-
CMYK0.7800.350.67
HSL152.73º63.46%20.39%-
HSV(B)152.73º77.65%33.33%-
XYZ4.216.914.73-
YUV61.85124.1397.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=11.95%
G=53.46%
B=34.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985550.7800.350.67152.7363.4620.39
Hex1355374E02343993f14
Octal23125671160431032317724
Binary1001110101011101111001110010001110000111001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135537; }

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

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

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

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

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

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

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

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