#12280D

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

Shades of Myrtle #12280D

Tints of Myrtle #12280D

Color information

#12280D (or 0x12280D) is unknown color: approx Myrtle. HEX triplet: 12, 28 and 0D. RGB value is (18,40,13). Sum of RGB (Red+Green+Blue) = 18+40+13=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #12280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12280D is #EDD7F2. Grayscale: #1E1E1E. Windows color (decimal): -15587315 or 862226. OLE color: 862226.

HSL color Cylindrical-coordinate representation of color #12280D: hue angle of 108.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12280D is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB184013-
CMYK0.5500.670.84
HSL108.89º50.94%10.39%-
HSV(B)108.89º67.5%15.69%-
XYZ1.081.680.65-
YUV30.34118.21119.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 40 (16.02% from 255) = 56.34%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=25.35%
G=56.34%
B=18.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840130.5500.670.84108.8950.9410.39
Hex1228D37043546d33a
Octal2250156701031241556312
Binary10010101000110111011101000011101010011011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12280D; }

 p { color: rgb(18,40,13); }

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

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

 a { background-color: rgb(18,40,13); }

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

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

 span { border-color: rgb(18,40,13); }

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