#18331A

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

Shades of Myrtle #18331A

Tints of Myrtle #18331A

Color information

#18331A (or 0x18331A) is unknown color: approx Myrtle. HEX triplet: 18, 33 and 1A. RGB value is (24,51,26). Sum of RGB (Red+Green+Blue) = 24+51+26=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #18331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331A is #E7CCE5. Grayscale: #282828. Windows color (decimal): -15191270 or 1717016. OLE color: 1717016.

HSL color Cylindrical-coordinate representation of color #18331A: hue angle of 124.44º 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 #18331A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB245126-
CMYK0.5300.490.8
HSL124.44º36%14.71%-
HSV(B)124.44º52.94%20%-
XYZ1.752.641.39-
YUV40.08120.05116.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=23.76%
G=50.50%
B=25.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451260.5300.490.8124.443614.71
Hex18331A35031507c24f
Octal306332650611201744417
Binary11000110011110101101010110001101000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18331A; }

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

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

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

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

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

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

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

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