#123513

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

Shades of Myrtle #123513

Tints of Myrtle #123513

Color information

#123513 (or 0x123513) is unknown color: approx Myrtle. HEX triplet: 12, 35 and 13. RGB value is (18,53,19). Sum of RGB (Red+Green+Blue) = 18+53+19=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #123513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123513 is #EDCAEC. Grayscale: #262626. Windows color (decimal): -15583981 or 1258770. OLE color: 1258770.

HSL color Cylindrical-coordinate representation of color #123513: hue angle of 121.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123513 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB185319-
CMYK0.6600.640.79
HSL121.71º49.3%13.92%-
HSV(B)121.71º66.04%20.78%-
XYZ1.642.721.06-
YUV38.66116.9113.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=20%
G=58.89%
B=21.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853190.6600.640.79121.7149.313.92
Hex123513420404F7a31e
Octal22652310201001171726116
Binary1001011010110011100001001000000100111111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123513; }

 p { color: rgb(18,53,19); }

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

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

 a { background-color: rgb(18,53,19); }

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

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

 span { border-color: rgb(18,53,19); }

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