#124005

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

Shades of Myrtle #124005

Tints of Myrtle #124005

Color information

#124005 (or 0x124005) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 05. RGB value is (18,64,5). Sum of RGB (Red+Green+Blue) = 18+64+5=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #124005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124005 is #EDBFFA. Grayscale: #2B2B2B. Windows color (decimal): -15581179 or 344082. OLE color: 344082.

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

Color convert

RGB18645-
CMYK0.7200.920.75
HSL106.78º85.51%13.53%-
HSV(B)106.78º92.19%25.1%-
XYZ2.113.810.77-
YUV43.52106.26109.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 64 (25.39% from 255) = 73.56%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=20.69%
G=73.56%
B=5.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186450.7200.920.75106.7885.5113.53
Hex124054805C4B6b56e
Octal221005110013411315312616
Binary1001010000001011001000010111001001011110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124005; }

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

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

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

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

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

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

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

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