#113B02

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

Shades of Myrtle #113B02

Tints of Myrtle #113B02

Color information

#113B02 (or 0x113B02) is unknown color: approx Myrtle. HEX triplet: 11, 3B and 02. RGB value is (17,59,2). Sum of RGB (Red+Green+Blue) = 17+59+2=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #113B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B02 is #EEC4FD. Grayscale: #282828. Windows color (decimal): -15647998 or 146193. OLE color: 146193.

HSL color Cylindrical-coordinate representation of color #113B02: hue angle of 104.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #113B02 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB17592-
CMYK0.7100.970.77
HSL104.21º93.44%11.96%-
HSV(B)104.21º96.61%23.14%-
XYZ1.813.250.59-
YUV39.94106.59111.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 59 (23.44% from 255) = 75.64%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=21.79%
G=75.64%
B=2.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal175920.7100.970.77104.2193.4411.96
Hex113B2470614D685dc
Octal21732107014111515013514
Binary10001111011101000111011000011001101110100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B02; }

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

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

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

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

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

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

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

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