#125218

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

Shades of Myrtle #125218

Tints of Myrtle #125218

Color information

#125218 (or 0x125218) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 18. RGB value is (18,82,24). Sum of RGB (Red+Green+Blue) = 18+82+24=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #125218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125218 is #EDADE7. Grayscale: #383838. Windows color (decimal): -15576552 or 1593874. OLE color: 1593874.

HSL color Cylindrical-coordinate representation of color #125218: hue angle of 125.62º 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 #125218 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB188224-
CMYK0.7800.710.68
HSL125.62º64%19.61%-
HSV(B)125.62º78.05%32.16%-
XYZ3.436.231.89-
YUV56.25109.8100.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 82 (32.42% from 255) = 66.13%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=14.52%
G=66.13%
B=19.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882240.7800.710.68125.626419.61
Hex1252184E047447e4014
Octal2212230116010710417610024
Binary1001010100101100010011100100011110001001111110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125218; }

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

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

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

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

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

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

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

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