#13503A

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

Shades of Sherwood Green #13503A

Tints of Sherwood Green #13503A

Color information

#13503A (or 0x13503A) is unknown color: approx Sherwood Green. HEX triplet: 13, 50 and 3A. RGB value is (19,80,58). Sum of RGB (Red+Green+Blue) = 19+80+58=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #13503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13503A is #ECAFC5. Grayscale: #3B3B3B. Windows color (decimal): -15511494 or 3821587. OLE color: 3821587.

HSL color Cylindrical-coordinate representation of color #13503A: hue angle of 158.36º 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 #13503A is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB198058-
CMYK0.7600.280.69
HSL158.36º61.62%19.41%-
HSV(B)158.36º76.25%31.37%-
XYZ3.96.184.99-
YUV59.25127.2999.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=12.10%
G=50.96%
B=36.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980580.7600.280.69158.3661.6219.41
Hex13503A4C01C459e3e13
Octal23120721140341052367623
Binary100111010000111010100110001110010001011001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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