#124600

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

Shades of Myrtle #124600

Tints of Myrtle #124600

Color information

#124600 (or 0x124600) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 00. RGB value is (18,70,0). Sum of RGB (Red+Green+Blue) = 18+70+0=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #124600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124600 is #EDB9FF. Grayscale: #2E2E2E. Windows color (decimal): -15579648 or 17938. OLE color: 17938.

HSL color Cylindrical-coordinate representation of color #124600: hue angle of 104.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124600 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB18700-
CMYK0.74010.73
HSL104.57º100%13.73%-
HSV(B)104.57º100%27.45%-
XYZ2.444.510.74-
YUV46.47101.77107.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 70 (27.73% from 255) = 79.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.45%
G=79.55%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal187000.74010.73104.5710013.73
Hex124604A064496964e
Octal221060112014411115114416
Binary10010100011001001010011001001001001110100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124600; }

 p { color: rgb(18,70,0); }

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

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

 a { background-color: rgb(18,70,0); }

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

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

 span { border-color: rgb(18,70,0); }

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