#113009

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

Shades of Myrtle #113009

Tints of Myrtle #113009

Color information

#113009 (or 0x113009) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 09. RGB value is (17,48,9). Sum of RGB (Red+Green+Blue) = 17+48+9=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #113009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113009 is #EECFF6. Grayscale: #222222. Windows color (decimal): -15650807 or 602129. OLE color: 602129.

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

Color convert

RGB17489-
CMYK0.6500.810.81
HSL107.69º68.42%11.18%-
HSV(B)107.69º81.25%18.82%-
XYZ1.342.250.62-
YUV34.29113.73115.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=22.97%
G=64.86%
B=12.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174890.6500.810.81107.6968.4211.18
Hex1130941051516c44b
Octal216011101012112115410413
Binary1000111000010011000001010100011010001110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113009; }

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

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

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

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

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

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

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

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