#12350A

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

Shades of Myrtle #12350A

Tints of Myrtle #12350A

Color information

#12350A (or 0x12350A) is unknown color: approx Myrtle. HEX triplet: 12, 35 and 0A. RGB value is (18,53,10). Sum of RGB (Red+Green+Blue) = 18+53+10=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #12350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12350A is #EDCAF5. Grayscale: #252525. Windows color (decimal): -15583990 or 668946. OLE color: 668946.

HSL color Cylindrical-coordinate representation of color #12350A: hue angle of 108.84º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12350A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB185310-
CMYK0.6600.810.79
HSL108.84º68.25%12.35%-
HSV(B)108.84º81.13%20.78%-
XYZ1.582.70.72-
YUV37.63112.4114-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 53 (21.09% from 255) = 65.43%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=22.22%
G=65.43%
B=12.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853100.6600.810.79108.8468.2512.35
Hex1235A420514F6d44c
Octal226512102012111715510414
Binary1001011010110101000010010100011001111110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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