#113002

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

Shades of Myrtle #113002

Tints of Myrtle #113002

Color information

#113002 (or 0x113002) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 02. RGB value is (17,48,2). Sum of RGB (Red+Green+Blue) = 17+48+2=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #113002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113002 is #EECFFD. Grayscale: #212121. Windows color (decimal): -15650814 or 143377. OLE color: 143377.

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

Color convert

RGB17482-
CMYK0.6500.960.81
HSL100.43º92%9.8%-
HSV(B)100.43º95.83%18.82%-
XYZ1.32.240.42-
YUV33.49110.23116.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=25.37%
G=71.64%
B=2.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174820.6500.960.81100.43929.8
Hex113024106051645ca
Octal21602101014012114413412
Binary10001110000101000001011000001010001110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113002; }

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

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

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

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

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

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

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

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