#124001

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

Shades of Myrtle #124001

Tints of Myrtle #124001

Color information

#124001 (or 0x124001) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 01. RGB value is (18,64,1). Sum of RGB (Red+Green+Blue) = 18+64+1=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #124001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124001 is #EDBFFE. Grayscale: #2B2B2B. Windows color (decimal): -15581183 or 81938. OLE color: 81938.

HSL color Cylindrical-coordinate representation of color #124001: hue angle of 103.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #124001 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB18641-
CMYK0.7200.980.75
HSL103.81º96.92%12.75%-
HSV(B)103.81º98.44%25.1%-
XYZ2.093.80.65-
YUV43.06104.26110.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=21.69%
G=77.11%
B=1.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186410.7200.980.75103.8196.9212.75
Hex12401480624B6861d
Octal221001110014211315014115
Binary10010100000011001000011000101001011110100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124001; }

 p { color: rgb(18,64,1); }

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

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

 a { background-color: rgb(18,64,1); }

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

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

 span { border-color: rgb(18,64,1); }

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