#123515

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

Shades of Myrtle #123515

Tints of Myrtle #123515

Color information

#123515 (or 0x123515) is unknown color: approx Myrtle. HEX triplet: 12, 35 and 15. RGB value is (18,53,21). Sum of RGB (Red+Green+Blue) = 18+53+21=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #123515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123515 is #EDCAEA. Grayscale: #262626. Windows color (decimal): -15583979 or 1389842. OLE color: 1389842.

HSL color Cylindrical-coordinate representation of color #123515: hue angle of 125.14º 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 #123515 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB185321-
CMYK0.6600.600.79
HSL125.14º49.3%13.92%-
HSV(B)125.14º66.04%20.78%-
XYZ1.662.731.15-
YUV38.89117.9113.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 53 (21.09% from 255) = 57.61%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=19.57%
G=57.61%
B=22.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853210.6600.600.79125.1449.313.92
Hex1235154203C4F7d31e
Octal2265251020741171756116
Binary100101101011010110000100111100100111111111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123515; }

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

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

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

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

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

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

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

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