#11362A

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

Shades of Dark Green #11362A

Tints of Dark Green #11362A

Color information

#11362A (or 0x11362A) is unknown color: approx Dark Green. HEX triplet: 11, 36 and 2A. RGB value is (17,54,42). Sum of RGB (Red+Green+Blue) = 17+54+42=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #11362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11362A is #EEC9D5. Grayscale: #292929. Windows color (decimal): -15649238 or 2766353. OLE color: 2766353.

HSL color Cylindrical-coordinate representation of color #11362A: hue angle of 160.54º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11362A is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB175442-
CMYK0.6900.220.79
HSL160.54º52.11%13.92%-
HSV(B)160.54º68.52%21.18%-
XYZ1.972.922.65-
YUV41.57128.24110.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=15.04%
G=47.79%
B=37.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754420.6900.220.79160.5452.1113.92
Hex11362A450164Fa134e
Octal2166521050261172416416
Binary1000111011010101010001010101101001111101000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,54,42); }

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

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

 a { background-color: rgb(17,54,42); }

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

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

 span { border-color: rgb(17,54,42); }

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