#18410C

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

Shades of Myrtle #18410C

Tints of Myrtle #18410C

Color information

#18410C (or 0x18410C) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 0C. RGB value is (24,65,12). Sum of RGB (Red+Green+Blue) = 24+65+12=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #18410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18410C is #E7BEF3. Grayscale: #2E2E2E. Windows color (decimal): -15187700 or 803096. OLE color: 803096.

HSL color Cylindrical-coordinate representation of color #18410C: hue angle of 106.42º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18410C is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB246512-
CMYK0.6300.820.75
HSL106.42º68.83%15.1%-
HSV(B)106.42º81.54%25.49%-
XYZ2.3341-
YUV46.7108.42111.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=23.76%
G=64.36%
B=11.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465120.6300.820.75106.4268.8315.1
Hex1841C3F0524B6a45f
Octal301011477012211315210517
Binary1100010000011100111111010100101001011110101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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