#18400A

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

Shades of Myrtle #18400A

Tints of Myrtle #18400A

Color information

#18400A (or 0x18400A) is unknown color: approx Myrtle. HEX triplet: 18, 40 and 0A. RGB value is (24,64,10). Sum of RGB (Red+Green+Blue) = 24+64+10=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #18400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18400A is #E7BFF5. Grayscale: #2E2E2E. Windows color (decimal): -15187958 or 671768. OLE color: 671768.

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

Color convert

RGB246410-
CMYK0.6200.840.75
HSL104.44º72.97%14.51%-
HSV(B)104.44º84.38%25.1%-
XYZ2.263.880.92-
YUV45.88107.75112.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=24.49%
G=65.31%
B=10.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464100.6200.840.75104.4472.9714.51
Hex1840A3E0544B6849f
Octal301001276012411315011117
Binary1100010000001010111110010101001001011110100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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