#13503D

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

Shades of Sherwood Green #13503D

Tints of Sherwood Green #13503D

Color information

#13503D (or 0x13503D) is unknown color: approx Sherwood Green. HEX triplet: 13, 50 and 3D. RGB value is (19,80,61). Sum of RGB (Red+Green+Blue) = 19+80+61=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #13503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13503D is #ECAFC2. Grayscale: #3B3B3B. Windows color (decimal): -15511491 or 4018195. OLE color: 4018195.

HSL color Cylindrical-coordinate representation of color #13503D: hue angle of 161.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13503D is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB198061-
CMYK0.7600.240.69
HSL161.31º61.62%19.41%-
HSV(B)161.31º76.25%31.37%-
XYZ3.986.215.4-
YUV59.59128.7999.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=11.88%
G=50%
B=38.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980610.7600.240.69161.3161.6219.41
Hex13503D4C01845a13e13
Octal23120751140301052417623
Binary100111010000111101100110001100010001011010000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13503D; }

 p { color: rgb(19,80,61); }

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

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

 a { background-color: rgb(19,80,61); }

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

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

 span { border-color: rgb(19,80,61); }

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