#123913

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

Shades of Myrtle #123913

Tints of Myrtle #123913

Color information

#123913 (or 0x123913) is unknown color: approx Myrtle. HEX triplet: 12, 39 and 13. RGB value is (18,57,19). Sum of RGB (Red+Green+Blue) = 18+57+19=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #123913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123913 is #EDC6EC. Grayscale: #292929. Windows color (decimal): -15582957 or 1259794. OLE color: 1259794.

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

Color convert

RGB185719-
CMYK0.6800.670.78
HSL121.54º52%14.71%-
HSV(B)121.54º68.42%22.35%-
XYZ1.833.11.12-
YUV41.01115.58111.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 57 (22.66% from 255) = 60.64%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=19.15%
G=60.64%
B=20.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857190.6800.670.78121.545214.71
Hex123913440434E7a34f
Octal22712310401031161726417
Binary1001011100110011100010001000011100111011110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123913; }

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

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

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

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

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

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

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

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