#135540

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

Shades of Sherwood Green #135540

Tints of Sherwood Green #135540

Color information

#135540 (or 0x135540) is unknown color: approx Sherwood Green. HEX triplet: 13, 55 and 40. RGB value is (19,85,64). Sum of RGB (Red+Green+Blue) = 19+85+64=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #135540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135540 is #ECAABF. Grayscale: #3E3E3E. Windows color (decimal): -15510208 or 4216083. OLE color: 4216083.

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

Color convert

RGB198564-
CMYK0.7800.250.67
HSL160.91º63.46%20.39%-
HSV(B)160.91º77.65%33.33%-
XYZ4.447.015.97-
YUV62.87128.6396.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=11.31%
G=50.60%
B=38.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985640.7800.250.67160.9163.4620.39
Hex1355404E01943a13f14
Octal231251001160311032417724
Binary1001110101011000000100111001100110000111010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135540; }

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

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

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

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

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

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

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

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