#13412F

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

Shades of Sherwood Green #13412F

Tints of Sherwood Green #13412F

Color information

#13412F (or 0x13412F) is unknown color: approx Sherwood Green. HEX triplet: 13, 41 and 2F. RGB value is (19,65,47). Sum of RGB (Red+Green+Blue) = 19+65+47=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #13412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412F is #ECBED0. Grayscale: #313131. Windows color (decimal): -15515345 or 3096851. OLE color: 3096851.

HSL color Cylindrical-coordinate representation of color #13412F: hue angle of 156.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13412F is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB196547-
CMYK0.7100.280.75
HSL156.52º54.76%16.47%-
HSV(B)156.52º70.77%25.49%-
XYZ2.674.123.34-
YUV49.19126.76106.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=14.50%
G=49.62%
B=35.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965470.7100.280.75156.5254.7616.47
Hex13412F4701C4B9d3710
Octal23101571070341132356720
Binary100111000001101111100011101110010010111001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13412F; }

 p { color: rgb(19,65,47); }

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

<style>
 a { background-color: #13412F; }

 a { background-color: rgb(19,65,47); }

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

<style>
 span { border-color: #13412F; }

 span { border-color: rgb(19,65,47); }

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