#18320C

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

Shades of Myrtle #18320C

Tints of Myrtle #18320C

Color information

#18320C (or 0x18320C) is unknown color: approx Myrtle. HEX triplet: 18, 32 and 0C. RGB value is (24,50,12). Sum of RGB (Red+Green+Blue) = 24+50+12=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #18320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18320C is #E7CDF3. Grayscale: #262626. Windows color (decimal): -15191540 or 799256. OLE color: 799256.

HSL color Cylindrical-coordinate representation of color #18320C: hue angle of 101.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18320C is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB245012-
CMYK0.5200.760.80
HSL101.05º61.29%12.16%-
HSV(B)101.05º76%19.61%-
XYZ1.582.50.75-
YUV37.89113.39118.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 50 (19.92% from 255) = 58.14%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=27.91%
G=58.14%
B=13.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450120.5200.760.80101.0561.2912.16
Hex1832C3404C50653dc
Octal3062146401141201457514
Binary11000110010110011010001001100101000011001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18320C; }

 p { color: rgb(24,50,12); }

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

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

 a { background-color: rgb(24,50,12); }

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

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

 span { border-color: rgb(24,50,12); }

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