#113902

Color #113902 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #113902

Tints of Myrtle #113902

Color information

#113902 (or 0x113902) is unknown color: approx Myrtle. HEX triplet: 11, 39 and 02. RGB value is (17,57,2). Sum of RGB (Red+Green+Blue) = 17+57+2=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #113902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113902 is #EEC6FD. Grayscale: #262626. Windows color (decimal): -15648510 or 145681. OLE color: 145681.

HSL color Cylindrical-coordinate representation of color #113902: hue angle of 103.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #113902 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB17572-
CMYK0.7000.960.78
HSL103.64º93.22%11.57%-
HSV(B)103.64º96.49%22.35%-
XYZ1.713.050.56-
YUV38.77107.25112.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 57 (22.66% from 255) = 75%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=22.37%
G=75%
B=2.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal175720.7000.960.78103.6493.2211.57
Hex11392460604E685dc
Octal21712106014011615013514
Binary10001111001101000110011000001001110110100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113902; }

 p { color: rgb(17,57,2); }

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

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

 a { background-color: rgb(17,57,2); }

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

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

 span { border-color: rgb(17,57,2); }

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