#124000

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

Shades of Myrtle #124000

Tints of Myrtle #124000

Color information

#124000 (or 0x124000) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 00. RGB value is (18,64,0). Sum of RGB (Red+Green+Blue) = 18+64+0=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #124000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124000 is #EDBFFF. Grayscale: #2B2B2B. Windows color (decimal): -15581184 or 16402. OLE color: 16402.

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

Color convert

RGB18640-
CMYK0.72010.75
HSL103.12º100%12.55%-
HSV(B)103.12º100%25.1%-
XYZ2.083.80.62-
YUV42.95103.76110.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.95%
G=78.05%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186400.72010.75103.1210012.55
Hex12400480644B6764d
Octal221000110014411314714415
Binary10010100000001001000011001001001011110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124000; }

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

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

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

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

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

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

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

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