#13503C

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

Shades of Sherwood Green #13503C

Tints of Sherwood Green #13503C

Color information

#13503C (or 0x13503C) is unknown color: approx Sherwood Green. HEX triplet: 13, 50 and 3C. RGB value is (19,80,60). Sum of RGB (Red+Green+Blue) = 19+80+60=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #13503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13503C is #ECAFC3. Grayscale: #3B3B3B. Windows color (decimal): -15511492 or 3952659. OLE color: 3952659.

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

Color convert

RGB198060-
CMYK0.7600.250.69
HSL160.33º61.62%19.41%-
HSV(B)160.33º76.25%31.37%-
XYZ3.956.25.26-
YUV59.48128.2999.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=11.95%
G=50.31%
B=37.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980600.7600.250.69160.3361.6219.41
Hex13503C4C01945a03e13
Octal23120741140311052407623
Binary100111010000111100100110001100110001011010000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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