#13513C

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

Shades of Sherwood Green #13513C

Tints of Sherwood Green #13513C

Color information

#13513C (or 0x13513C) is unknown color: approx Sherwood Green. HEX triplet: 13, 51 and 3C. RGB value is (19,81,60). Sum of RGB (Red+Green+Blue) = 19+81+60=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #13513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13513C is #ECAEC3. Grayscale: #3C3C3C. Windows color (decimal): -15511236 or 3952915. OLE color: 3952915.

HSL color Cylindrical-coordinate representation of color #13513C: hue angle of 159.68º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13513C is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB198160-
CMYK0.7700.260.68
HSL159.68º62%19.61%-
HSV(B)159.68º76.54%31.76%-
XYZ4.036.355.29-
YUV60.07127.9698.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=11.88%
G=50.62%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981600.7700.260.68159.686219.61
Hex13513C4D01A44a03e14
Octal23121741150321042407624
Binary100111010001111100100110101101010001001010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13513C; }

 p { color: rgb(19,81,60); }

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

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

 a { background-color: rgb(19,81,60); }

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

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

 span { border-color: rgb(19,81,60); }

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