#124402

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

Shades of Myrtle #124402

Tints of Myrtle #124402

Color information

#124402 (or 0x124402) is unknown color: approx Myrtle. HEX triplet: 12, 44 and 02. RGB value is (18,68,2). Sum of RGB (Red+Green+Blue) = 18+68+2=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #124402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124402 is #EDBBFD. Grayscale: #2D2D2D. Windows color (decimal): -15580158 or 148498. OLE color: 148498.

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

Color convert

RGB18682-
CMYK0.7400.970.73
HSL105.45º94.29%13.73%-
HSV(B)105.45º97.06%26.67%-
XYZ2.334.270.76-
YUV45.53103.44108.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=20.45%
G=77.27%
B=2.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal186820.7400.970.73105.4594.2913.73
Hex124424A06149695ee
Octal221042112014111115113616
Binary100101000100101001010011000011001001110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124402; }

 p { color: rgb(18,68,2); }

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

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

 a { background-color: rgb(18,68,2); }

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

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

 span { border-color: rgb(18,68,2); }

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