#18330C

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

Shades of Myrtle #18330C

Tints of Myrtle #18330C

Color information

#18330C (or 0x18330C) is unknown color: approx Myrtle. HEX triplet: 18, 33 and 0C. RGB value is (24,51,12). Sum of RGB (Red+Green+Blue) = 24+51+12=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #18330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18330C is #E7CCF3. Grayscale: #262626. Windows color (decimal): -15191284 or 799512. OLE color: 799512.

HSL color Cylindrical-coordinate representation of color #18330C: hue angle of 101.54º degrees, saturation: 0.62, 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 #18330C is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB245112-
CMYK0.5300.760.8
HSL101.54º61.9%12.35%-
HSV(B)101.54º76.47%20%-
XYZ1.632.590.76-
YUV38.48113.05117.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=27.59%
G=58.62%
B=13.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451120.5300.760.8101.5461.912.35
Hex1833C3504C50663ec
Octal3063146501141201467614
Binary11000110011110011010101001100101000011001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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