#18360F

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

Shades of Myrtle #18360F

Tints of Myrtle #18360F

Color information

#18360F (or 0x18360F) is unknown color: approx Myrtle. HEX triplet: 18, 36 and 0F. RGB value is (24,54,15). Sum of RGB (Red+Green+Blue) = 24+54+15=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #18360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18360F is #E7C9F0. Grayscale: #282828. Windows color (decimal): -15190513 or 996888. OLE color: 996888.

HSL color Cylindrical-coordinate representation of color #18360F: hue angle of 106.15º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18360F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB245415-
CMYK0.5600.720.79
HSL106.15º56.52%13.53%-
HSV(B)106.15º72.22%21.18%-
XYZ1.782.870.91-
YUV40.58113.56116.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 54 (21.48% from 255) = 58.06%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=25.81%
G=58.06%
B=16.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454150.5600.720.79106.1556.5213.53
Hex1836F380484F6a39e
Octal3066177001101171527116
Binary11000110110111111100001001000100111111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18360F; }

 p { color: rgb(24,54,15); }

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

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

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

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

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

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

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