#113302

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

Shades of Myrtle #113302

Tints of Myrtle #113302

Color information

#113302 (or 0x113302) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 02. RGB value is (17,51,2). Sum of RGB (Red+Green+Blue) = 17+51+2=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #113302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113302 is #EECCFD. Grayscale: #232323. Windows color (decimal): -15650046 or 144145. OLE color: 144145.

HSL color Cylindrical-coordinate representation of color #113302: hue angle of 101.63º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #113302 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB17512-
CMYK0.6700.960.8
HSL101.63º92.45%10.39%-
HSV(B)101.63º96.08%20%-
XYZ1.432.490.46-
YUV35.25109.24114.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 51 (20.31% from 255) = 72.86%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=24.29%
G=72.86%
B=2.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal175120.6700.960.8101.6392.4510.39
Hex113324306050665ca
Octal21632103014012014613412
Binary10001110011101000011011000001010000110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113302; }

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

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

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

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

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

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

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

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