#123311

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

Shades of Myrtle #123311

Tints of Myrtle #123311

Color information

#123311 (or 0x123311) is unknown color: approx Myrtle. HEX triplet: 12, 33 and 11. RGB value is (18,51,17). Sum of RGB (Red+Green+Blue) = 18+51+17=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #123311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123311 is #EDCCEE. Grayscale: #252525. Windows color (decimal): -15584495 or 1127186. OLE color: 1127186.

HSL color Cylindrical-coordinate representation of color #123311: hue angle of 118.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123311 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB185117-
CMYK0.6500.670.8
HSL118.24º50%13.33%-
HSV(B)118.24º66.67%20%-
XYZ1.532.540.94-
YUV37.26116.57114.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=20.93%
G=59.30%
B=19.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851170.6500.670.8118.245013.33
Hex12331141043507632d
Octal22632110101031201666215
Binary1001011001110001100000101000011101000011101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123311; }

 p { color: rgb(18,51,17); }

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

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

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

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

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

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

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