#123713

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

Shades of Myrtle #123713

Tints of Myrtle #123713

Color information

#123713 (or 0x123713) is unknown color: approx Myrtle. HEX triplet: 12, 37 and 13. RGB value is (18,55,19). Sum of RGB (Red+Green+Blue) = 18+55+19=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #123713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123713 is #EDC8EC. Grayscale: #272727. Windows color (decimal): -15583469 or 1259282. OLE color: 1259282.

HSL color Cylindrical-coordinate representation of color #123713: hue angle of 121.62º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123713 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB185519-
CMYK0.6700.650.78
HSL121.62º50.68%14.31%-
HSV(B)121.62º67.27%21.57%-
XYZ1.732.911.09-
YUV39.83116.24112.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 55 (21.88% from 255) = 59.78%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=19.57%
G=59.78%
B=20.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855190.6700.650.78121.6250.6814.31
Hex123713430414E7a33e
Octal22672310301011161726316
Binary1001011011110011100001101000001100111011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123713; }

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

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

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

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

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

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

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

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