#113702

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

Shades of Myrtle #113702

Tints of Myrtle #113702

Color information

#113702 (or 0x113702) is unknown color: approx Myrtle. HEX triplet: 11, 37 and 02. RGB value is (17,55,2). Sum of RGB (Red+Green+Blue) = 17+55+2=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #113702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113702 is #EEC8FD. Grayscale: #252525. Windows color (decimal): -15649022 or 145169. OLE color: 145169.

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

Color convert

RGB17552-
CMYK0.6900.960.78
HSL103.02º92.98%11.18%-
HSV(B)103.02º96.36%21.57%-
XYZ1.612.860.52-
YUV37.6107.91113.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 55 (21.88% from 255) = 74.32%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=22.97%
G=74.32%
B=2.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal175520.6900.960.78103.0292.9811.18
Hex11372450604E675db
Octal21672105014011614713513
Binary10001110111101000101011000001001110110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113702; }

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

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

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

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

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

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

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

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