#124808

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

Shades of Myrtle #124808

Tints of Myrtle #124808

Color information

#124808 (or 0x124808) is unknown color: approx Myrtle. HEX triplet: 12, 48 and 08. RGB value is (18,72,8). Sum of RGB (Red+Green+Blue) = 18+72+8=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #124808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124808 is #EDB7F7. Grayscale: #303030. Windows color (decimal): -15579128 or 542738. OLE color: 542738.

HSL color Cylindrical-coordinate representation of color #124808: hue angle of 110.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124808 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB18728-
CMYK0.7500.890.72
HSL110.62º80%15.69%-
HSV(B)110.62º88.89%28.24%-
XYZ2.614.781.01-
YUV48.56105.11106.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 72 (28.52% from 255) = 73.47%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=18.37%
G=73.47%
B=8.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187280.7500.890.72110.628015.69
Hex124884B059486f5010
Octal2211010113013111015712020
Binary100101001000100010010110101100110010001101111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124808; }

 p { color: rgb(18,72,8); }

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

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

 a { background-color: rgb(18,72,8); }

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

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

 span { border-color: rgb(18,72,8); }

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