#124603

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

Shades of Myrtle #124603

Tints of Myrtle #124603

Color information

#124603 (or 0x124603) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 03. RGB value is (18,70,3). Sum of RGB (Red+Green+Blue) = 18+70+3=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #124603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124603 is #EDB9FC. Grayscale: #2F2F2F. Windows color (decimal): -15579645 or 214546. OLE color: 214546.

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

Color convert

RGB18703-
CMYK0.7400.960.73
HSL106.57º91.78%14.31%-
HSV(B)106.57º95.71%27.45%-
XYZ2.464.520.83-
YUV46.81103.27107.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 70 (27.73% from 255) = 76.92%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=19.78%
G=76.92%
B=3.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal187030.7400.960.73106.5791.7814.31
Hex124634A060496b5ce
Octal221063112014011115313416
Binary100101000110111001010011000001001001110101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124603; }

 p { color: rgb(18,70,3); }

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

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

 a { background-color: rgb(18,70,3); }

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

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

 span { border-color: rgb(18,70,3); }

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