#12370D

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

Shades of Myrtle #12370D

Tints of Myrtle #12370D

Color information

#12370D (or 0x12370D) is unknown color: approx Myrtle. HEX triplet: 12, 37 and 0D. RGB value is (18,55,13). Sum of RGB (Red+Green+Blue) = 18+55+13=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #12370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12370D is #EDC8F2. Grayscale: #272727. Windows color (decimal): -15583475 or 866066. OLE color: 866066.

HSL color Cylindrical-coordinate representation of color #12370D: hue angle of 112.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12370D is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB185513-
CMYK0.6700.760.78
HSL112.86º61.76%13.33%-
HSV(B)112.86º76.36%21.57%-
XYZ1.692.890.85-
YUV39.15113.24112.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=20.93%
G=63.95%
B=15.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855130.6700.760.78112.8661.7613.33
Hex1237D4304C4E713ed
Octal22671510301141161617615
Binary100101101111101100001101001100100111011100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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