#113012

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

Shades of Myrtle #113012

Tints of Myrtle #113012

Color information

#113012 (or 0x113012) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 12. RGB value is (17,48,18). Sum of RGB (Red+Green+Blue) = 17+48+18=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #113012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113012 is #EECFED. Grayscale: #232323. Windows color (decimal): -15650798 or 1191953. OLE color: 1191953.

HSL color Cylindrical-coordinate representation of color #113012: hue angle of 121.94º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113012 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB174818-
CMYK0.6500.630.81
HSL121.94º47.69%12.75%-
HSV(B)121.94º64.58%18.82%-
XYZ1.42.280.94-
YUV35.31118.23114.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=20.48%
G=57.83%
B=21.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748180.6500.630.81121.9447.6912.75
Hex1130124103F517a30d
Octal2160221010771211726015
Binary100011100001001010000010111111101000111110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113012; }

 p { color: rgb(17,48,18); }

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

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

 a { background-color: rgb(17,48,18); }

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

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

 span { border-color: rgb(17,48,18); }

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