#125816

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

Shades of Myrtle #125816

Tints of Myrtle #125816

Color information

#125816 (or 0x125816) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 16. RGB value is (18,88,22). Sum of RGB (Red+Green+Blue) = 18+88+22=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #125816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125816 is #EDA7E9. Grayscale: #3B3B3B. Windows color (decimal): -15575018 or 1464338. OLE color: 1464338.

HSL color Cylindrical-coordinate representation of color #125816: hue angle of 123.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125816 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB188822-
CMYK0.8000.750.65
HSL123.43º66.04%20.78%-
HSV(B)123.43º79.55%34.51%-
XYZ3.887.171.94-
YUV59.55106.8198.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=14.06%
G=68.75%
B=17.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888220.8000.750.65123.4366.0420.78
Hex1258165004B417b4215
Octal2213026120011310117310225
Binary1001010110001011010100000100101110000011111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125816; }

 p { color: rgb(18,88,22); }

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

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

 a { background-color: rgb(18,88,22); }

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

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

 span { border-color: rgb(18,88,22); }

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