#124704

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

Shades of Myrtle #124704

Tints of Myrtle #124704

Color information

#124704 (or 0x124704) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 04. RGB value is (18,71,4). Sum of RGB (Red+Green+Blue) = 18+71+4=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #124704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124704 is #EDB8FB. Grayscale: #2F2F2F. Windows color (decimal): -15579388 or 280338. OLE color: 280338.

HSL color Cylindrical-coordinate representation of color #124704: hue angle of 107.46º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #124704 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB18714-
CMYK0.7500.940.72
HSL107.46º89.33%14.71%-
HSV(B)107.46º94.37%27.84%-
XYZ2.524.640.88-
YUV47.52103.44106.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=19.35%
G=76.34%
B=4.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187140.7500.940.72107.4689.3314.71
Hex124744B05E486b59f
Octal221074113013611015313117
Binary1001010001111001001011010111101001000110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124704; }

 p { color: rgb(18,71,4); }

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

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

 a { background-color: rgb(18,71,4); }

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

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

 span { border-color: rgb(18,71,4); }

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