#15400C

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

Shades of Myrtle #15400C

Tints of Myrtle #15400C

Color information

#15400C (or 0x15400C) is unknown color: approx Myrtle. HEX triplet: 15, 40 and 0C. RGB value is (21,64,12). Sum of RGB (Red+Green+Blue) = 21+64+12=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #15400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15400C is #EABFF3. Grayscale: #2D2D2D. Windows color (decimal): -15384564 or 802837. OLE color: 802837.

HSL color Cylindrical-coordinate representation of color #15400C: hue angle of 109.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15400C is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB216412-
CMYK0.6700.810.75
HSL109.62º68.42%14.9%-
HSV(B)109.62º81.25%25.1%-
XYZ2.213.850.98-
YUV45.22109.25110.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=21.65%
G=65.98%
B=12.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164120.6700.810.75109.6268.4214.9
Hex1540C430514B6e44f
Octal2510014103012111315610417
Binary10101100000011001000011010100011001011110111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15400C; }

 p { color: rgb(21,64,12); }

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

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

 a { background-color: rgb(21,64,12); }

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

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

 span { border-color: rgb(21,64,12); }

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