#12410A

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

Shades of Myrtle #12410A

Tints of Myrtle #12410A

Color information

#12410A (or 0x12410A) is unknown color: approx Myrtle. HEX triplet: 12, 41 and 0A. RGB value is (18,65,10). Sum of RGB (Red+Green+Blue) = 18+65+10=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #12410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12410A is #EDBEF5. Grayscale: #2C2C2C. Windows color (decimal): -15580918 or 672018. OLE color: 672018.

HSL color Cylindrical-coordinate representation of color #12410A: hue angle of 111.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12410A is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB186510-
CMYK0.7200.850.75
HSL111.27º73.33%14.71%-
HSV(B)111.27º84.62%25.49%-
XYZ2.193.930.93-
YUV44.68108.43108.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 65 (25.78% from 255) = 69.89%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=19.35%
G=69.89%
B=10.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865100.7200.850.75111.2773.3314.71
Hex1241A480554B6f49f
Octal2210112110012511315711117
Binary10010100000110101001000010101011001011110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12410A; }

 p { color: rgb(18,65,10); }

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

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

 a { background-color: rgb(18,65,10); }

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

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

 span { border-color: rgb(18,65,10); }

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