#123712

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

Shades of Myrtle #123712

Tints of Myrtle #123712

Color information

#123712 (or 0x123712) is unknown color: approx Myrtle. HEX triplet: 12, 37 and 12. RGB value is (18,55,18). Sum of RGB (Red+Green+Blue) = 18+55+18=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #123712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123712 is #EDC8ED. Grayscale: #272727. Windows color (decimal): -15583470 or 1193746. OLE color: 1193746.

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

Color convert

RGB185518-
CMYK0.6700.670.78
HSL120º50.68%14.31%-
HSV(B)120º67.27%21.57%-
XYZ1.722.91.04-
YUV39.72115.74112.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=19.78%
G=60.44%
B=19.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855180.6700.670.7812050.6814.31
Hex123712430434E7833e
Octal22672210301031161706316
Binary1001011011110010100001101000011100111011110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123712; }

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

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

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

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

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

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

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

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