#124C00

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

Shades of Myrtle #124C00

Tints of Myrtle #124C00

Color information

#124C00 (or 0x124C00) is unknown color: approx Myrtle. HEX triplet: 12, 4C and 00. RGB value is (18,76,0). Sum of RGB (Red+Green+Blue) = 18+76+0=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #124C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124C00 is #EDB3FF. Grayscale: #323232. Windows color (decimal): -15578112 or 19474. OLE color: 19474.

HSL color Cylindrical-coordinate representation of color #124C00: hue angle of 105.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124C00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB18760-
CMYK0.76010.70
HSL105.79º100%14.9%-
HSV(B)105.79º100%29.8%-
XYZ2.835.30.87-
YUV49.9999.78105.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 76 (30.08% from 255) = 80.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.15%
G=80.85%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal187600.76010.70105.7910014.9
Hex124C04C064466a64f
Octal221140114014410615214417
Binary10010100110001001100011001001000110110101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124C00; }

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

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

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

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

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

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

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

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