#13533E

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

Shades of Sherwood Green #13533E

Tints of Sherwood Green #13533E

Color information

#13533E (or 0x13533E) is unknown color: approx Sherwood Green. HEX triplet: 13, 53 and 3E. RGB value is (19,83,62). Sum of RGB (Red+Green+Blue) = 19+83+62=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #13533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13533E is #ECACC1. Grayscale: #3D3D3D. Windows color (decimal): -15510722 or 4084499. OLE color: 4084499.

HSL color Cylindrical-coordinate representation of color #13533E: hue angle of 160.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13533E is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB198362-
CMYK0.7700.250.67
HSL160.31º62.75%20%-
HSV(B)160.31º77.11%32.55%-
XYZ4.236.675.62-
YUV61.47128.397.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=11.59%
G=50.61%
B=37.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983620.7700.250.67160.3162.7520
Hex13533E4D01943a03f14
Octal23123761150311032407724
Binary100111010011111110100110101100110000111010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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