#115002

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

Shades of Myrtle #115002

Tints of Myrtle #115002

Color information

#115002 (or 0x115002) is unknown color: approx Myrtle. HEX triplet: 11, 50 and 02. RGB value is (17,80,2). Sum of RGB (Red+Green+Blue) = 17+80+2=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #115002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115002 is #EEAFFD. Grayscale: #343434. Windows color (decimal): -15642622 or 151569. OLE color: 151569.

HSL color Cylindrical-coordinate representation of color #115002: hue angle of 108.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #115002 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB17802-
CMYK0.7900.980.69
HSL108.46º95.12%16.08%-
HSV(B)108.46º97.5%31.37%-
XYZ3.115.861.02-
YUV52.2799.63102.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 80 (31.64% from 255) = 80.81%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=17.17%
G=80.81%
B=2.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178020.7900.980.69108.4695.1216.08
Hex115024F062456c5f10
Octal211202117014210515413720
Binary1000110100001010011110110001010001011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115002; }

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

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

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

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

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

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

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

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