#12360A

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

Shades of Myrtle #12360A

Tints of Myrtle #12360A

Color information

#12360A (or 0x12360A) is unknown color: approx Myrtle. HEX triplet: 12, 36 and 0A. RGB value is (18,54,10). Sum of RGB (Red+Green+Blue) = 18+54+10=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #12360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12360A is #EDC9F5. Grayscale: #262626. Windows color (decimal): -15583734 or 669202. OLE color: 669202.

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

Color convert

RGB185410-
CMYK0.6700.810.79
HSL109.09º68.75%12.55%-
HSV(B)109.09º81.48%21.18%-
XYZ1.622.790.74-
YUV38.22112.07113.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 54 (21.48% from 255) = 65.85%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=21.95%
G=65.85%
B=12.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854100.6700.810.79109.0968.7512.55
Hex1236A430514F6d45d
Octal226612103012111715510515
Binary1001011011010101000011010100011001111110110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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