#13392E

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

Shades of Sherwood Green #13392E

Tints of Sherwood Green #13392E

Color information

#13392E (or 0x13392E) is unknown color: approx Sherwood Green. HEX triplet: 13, 39 and 2E. RGB value is (19,57,46). Sum of RGB (Red+Green+Blue) = 19+57+46=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #13392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13392E is #ECC6D1. Grayscale: #2C2C2C. Windows color (decimal): -15517394 or 3029267. OLE color: 3029267.

HSL color Cylindrical-coordinate representation of color #13392E: hue angle of 162.63º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13392E is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB195746-
CMYK0.6700.190.78
HSL162.63º50%14.9%-
HSV(B)162.63º66.67%22.35%-
XYZ2.223.263.1-
YUV44.38128.91109.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=15.57%
G=46.72%
B=37.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957460.6700.190.78162.635014.9
Hex13392E430134Ea332f
Octal2371561030231162436217
Binary1001111100110111010000110100111001110101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,57,46); }

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

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

 a { background-color: rgb(19,57,46); }

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

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

 span { border-color: rgb(19,57,46); }

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