#125505

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

Shades of Myrtle #125505

Tints of Myrtle #125505

Color information

#125505 (or 0x125505) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 05. RGB value is (18,85,5). Sum of RGB (Red+Green+Blue) = 18+85+5=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #125505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125505 is #EDAAFA. Grayscale: #383838. Windows color (decimal): -15575803 or 349458. OLE color: 349458.

HSL color Cylindrical-coordinate representation of color #125505: hue angle of 110.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125505 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB18855-
CMYK0.7900.940.67
HSL110.25º88.89%17.65%-
HSV(B)110.25º94.12%33.33%-
XYZ3.536.641.24-
YUV55.8599.3101-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=16.67%
G=78.70%
B=4.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188550.7900.940.67110.2588.8917.65
Hex125554F05E436e5912
Octal221255117013610315613122
Binary10010101010110110011110101111010000111101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125505; }

 p { color: rgb(18,85,5); }

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

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

 a { background-color: rgb(18,85,5); }

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

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

 span { border-color: rgb(18,85,5); }

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