#12330B

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

Shades of Myrtle #12330B

Tints of Myrtle #12330B

Color information

#12330B (or 0x12330B) is unknown color: approx Myrtle. HEX triplet: 12, 33 and 0B. RGB value is (18,51,11). Sum of RGB (Red+Green+Blue) = 18+51+11=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #12330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12330B is #EDCCF4. Grayscale: #242424. Windows color (decimal): -15584501 or 733970. OLE color: 733970.

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

Color convert

RGB185111-
CMYK0.6500.780.8
HSL109.5º64.52%12.16%-
HSV(B)109.5º78.43%20%-
XYZ1.492.520.72-
YUV36.57113.57114.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=22.5%
G=63.75%
B=13.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851110.6500.780.8109.564.5212.16
Hex1233B4104E506e41c
Octal226313101011612015610114
Binary1001011001110111000001010011101010000110111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12330B; }

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

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

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

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

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

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

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

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