#123613

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

Shades of Myrtle #123613

Tints of Myrtle #123613

Color information

#123613 (or 0x123613) is unknown color: approx Myrtle. HEX triplet: 12, 36 and 13. RGB value is (18,54,19). Sum of RGB (Red+Green+Blue) = 18+54+19=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #123613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123613 is #EDC9EC. Grayscale: #272727. Windows color (decimal): -15583725 or 1259026. OLE color: 1259026.

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

Color convert

RGB185419-
CMYK0.6700.650.79
HSL121.67º50%14.12%-
HSV(B)121.67º66.67%21.18%-
XYZ1.692.811.07-
YUV39.25116.57112.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 54 (21.48% from 255) = 59.34%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=19.78%
G=59.34%
B=20.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854190.6700.650.79121.675014.12
Hex123613430414F7a32e
Octal22662310301011171726216
Binary1001011011010011100001101000001100111111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123613; }

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

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

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

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

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

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

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

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