#183318

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

Shades of Myrtle #183318

Tints of Myrtle #183318

Color information

#183318 (or 0x183318) is unknown color: approx Myrtle. HEX triplet: 18, 33 and 18. RGB value is (24,51,24). Sum of RGB (Red+Green+Blue) = 24+51+24=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #183318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183318 is #E7CCE7. Grayscale: #272727. Windows color (decimal): -15191272 or 1585944. OLE color: 1585944.

HSL color Cylindrical-coordinate representation of color #183318: hue angle of 120º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183318 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB245124-
CMYK0.5300.530.8
HSL120º36%14.71%-
HSV(B)120º52.94%20%-
XYZ1.732.631.28-
YUV39.85119.05116.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=24.24%
G=51.52%
B=24.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451240.5300.530.81203614.71
Hex18331835035507824f
Octal306330650651201704417
Binary11000110011110001101010110101101000011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183318; }

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

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

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

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

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

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

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

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