#125217

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

Shades of Myrtle #125217

Tints of Myrtle #125217

Color information

#125217 (or 0x125217) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 17. RGB value is (18,82,23). Sum of RGB (Red+Green+Blue) = 18+82+23=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #125217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125217 is #EDADE8. Grayscale: #383838. Windows color (decimal): -15576553 or 1528338. OLE color: 1528338.

HSL color Cylindrical-coordinate representation of color #125217: hue angle of 124.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125217 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB188223-
CMYK0.7800.720.68
HSL124.69º64%19.61%-
HSV(B)124.69º78.05%32.16%-
XYZ3.426.231.83-
YUV56.14109.3100.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 82 (32.42% from 255) = 66.67%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=14.63%
G=66.67%
B=18.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882230.7800.720.68124.696419.61
Hex1252174E048447d4014
Octal2212227116011010417510024
Binary1001010100101011110011100100100010001001111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125217; }

 p { color: rgb(18,82,23); }

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

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

 a { background-color: rgb(18,82,23); }

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

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

 span { border-color: rgb(18,82,23); }

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