#18360B

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

Shades of Myrtle #18360B

Tints of Myrtle #18360B

Color information

#18360B (or 0x18360B) is unknown color: approx Myrtle. HEX triplet: 18, 36 and 0B. RGB value is (24,54,11). Sum of RGB (Red+Green+Blue) = 24+54+11=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #18360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18360B is #E7C9F4. Grayscale: #282828. Windows color (decimal): -15190517 or 734744. OLE color: 734744.

HSL color Cylindrical-coordinate representation of color #18360B: hue angle of 101.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18360B is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB245411-
CMYK0.5600.800.79
HSL101.86º66.15%12.75%-
HSV(B)101.86º79.63%21.18%-
XYZ1.762.860.78-
YUV40.13111.56116.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 54 (21.48% from 255) = 60.67%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=26.97%
G=60.67%
B=12.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454110.5600.800.79101.8666.1512.75
Hex1836B380504F6642d
Octal30661370012011714610215
Binary110001101101011111000010100001001111110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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