#124306

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

Shades of Myrtle #124306

Tints of Myrtle #124306

Color information

#124306 (or 0x124306) is unknown color: approx Myrtle. HEX triplet: 12, 43 and 06. RGB value is (18,67,6). Sum of RGB (Red+Green+Blue) = 18+67+6=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #124306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124306 is #EDBCF9. Grayscale: #2D2D2D. Windows color (decimal): -15580410 or 410386. OLE color: 410386.

HSL color Cylindrical-coordinate representation of color #124306: hue angle of 108.2º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124306 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB18676-
CMYK0.7300.910.74
HSL108.2º83.56%14.31%-
HSV(B)108.2º91.04%26.27%-
XYZ2.294.160.85-
YUV45.4105.77108.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=19.78%
G=73.63%
B=6.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal186760.7300.910.74108.283.5614.31
Hex124364905B4A6c54e
Octal221036111013311215412416
Binary1001010000111101001001010110111001010110110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124306; }

 p { color: rgb(18,67,6); }

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

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

 a { background-color: rgb(18,67,6); }

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

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

 span { border-color: rgb(18,67,6); }

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