#123514

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

Shades of Myrtle #123514

Tints of Myrtle #123514

Color information

#123514 (or 0x123514) is unknown color: approx Myrtle. HEX triplet: 12, 35 and 14. RGB value is (18,53,20). Sum of RGB (Red+Green+Blue) = 18+53+20=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #123514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123514 is #EDCAEB. Grayscale: #262626. Windows color (decimal): -15583980 or 1324306. OLE color: 1324306.

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

Color convert

RGB185320-
CMYK0.6600.620.79
HSL123.43º49.3%13.92%-
HSV(B)123.43º66.04%20.78%-
XYZ1.652.731.1-
YUV38.77117.4113.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=19.78%
G=58.24%
B=21.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853200.6600.620.79123.4349.313.92
Hex1235144203E4F7b31e
Octal2265241020761171736116
Binary100101101011010010000100111110100111111110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123514; }

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

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

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

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

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

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

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

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