#18410A

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

Shades of Myrtle #18410A

Tints of Myrtle #18410A

Color information

#18410A (or 0x18410A) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 0A. RGB value is (24,65,10). Sum of RGB (Red+Green+Blue) = 24+65+10=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #18410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18410A is #E7BEF5. Grayscale: #2E2E2E. Windows color (decimal): -15187702 or 672024. OLE color: 672024.

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

Color convert

RGB246510-
CMYK0.6300.850.75
HSL104.73º73.33%14.71%-
HSV(B)104.73º84.62%25.49%-
XYZ2.3240.94-
YUV46.47107.42111.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=24.24%
G=65.66%
B=10.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465100.6300.850.75104.7373.3314.71
Hex1841A3F0554B6949f
Octal301011277012511315111117
Binary1100010000011010111111010101011001011110100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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