#13513E

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

Shades of Sherwood Green #13513E

Tints of Sherwood Green #13513E

Color information

#13513E (or 0x13513E) is unknown color: approx Sherwood Green. HEX triplet: 13, 51 and 3E. RGB value is (19,81,62). Sum of RGB (Red+Green+Blue) = 19+81+62=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #13513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13513E is #ECAEC1. Grayscale: #3C3C3C. Windows color (decimal): -15511234 or 4083987. OLE color: 4083987.

HSL color Cylindrical-coordinate representation of color #13513E: hue angle of 161.61º 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 #13513E is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB198162-
CMYK0.7700.230.68
HSL161.61º62%19.61%-
HSV(B)161.61º76.54%31.76%-
XYZ4.086.375.57-
YUV60.3128.9698.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=11.73%
G=50%
B=38.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981620.7700.230.68161.616219.61
Hex13513E4D01744a23e14
Octal23121761150271042427624
Binary100111010001111110100110101011110001001010001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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