#124601

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

Shades of Myrtle #124601

Tints of Myrtle #124601

Color information

#124601 (or 0x124601) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 01. RGB value is (18,70,1). Sum of RGB (Red+Green+Blue) = 18+70+1=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #124601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124601 is #EDB9FE. Grayscale: #2E2E2E. Windows color (decimal): -15579647 or 83474. OLE color: 83474.

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

Color convert

RGB18701-
CMYK0.7400.990.73
HSL105.22º97.18%13.92%-
HSV(B)105.22º98.57%27.45%-
XYZ2.454.510.77-
YUV46.59102.27107.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 70 (27.73% from 255) = 78.65%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=20.22%
G=78.65%
B=1.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal187010.7400.990.73105.2297.1813.92
Hex124614A063496961e
Octal221061112014311115114116
Binary10010100011011001010011000111001001110100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124601; }

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

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

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

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

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

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

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

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