#123813

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

Shades of Myrtle #123813

Tints of Myrtle #123813

Color information

#123813 (or 0x123813) is unknown color: approx Myrtle. HEX triplet: 12, 38 and 13. RGB value is (18,56,19). Sum of RGB (Red+Green+Blue) = 18+56+19=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #123813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123813 is #EDC7EC. Grayscale: #282828. Windows color (decimal): -15583213 or 1259538. OLE color: 1259538.

HSL color Cylindrical-coordinate representation of color #123813: hue angle of 121.58º degrees, saturation: 0.51, 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 #123813 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB185619-
CMYK0.6800.660.78
HSL121.58º51.35%14.51%-
HSV(B)121.58º67.86%21.96%-
XYZ1.7831.1-
YUV40.42115.91112.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=19.35%
G=60.22%
B=20.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856190.6800.660.78121.5851.3514.51
Hex123813440424E7a33f
Octal22702310401021161726317
Binary1001011100010011100010001000010100111011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123813; }

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

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

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

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

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

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

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

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