#18361B

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

Shades of Myrtle #18361B

Tints of Myrtle #18361B

Color information

#18361B (or 0x18361B) is unknown color: approx Myrtle. HEX triplet: 18, 36 and 1B. RGB value is (24,54,27). Sum of RGB (Red+Green+Blue) = 24+54+27=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #18361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361B is #E7C9E4. Grayscale: #2A2A2A. Windows color (decimal): -15190501 or 1783320. OLE color: 1783320.

HSL color Cylindrical-coordinate representation of color #18361B: hue angle of 126º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361B is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB245427-
CMYK0.5600.50.79
HSL126º38.46%15.29%-
HSV(B)126º55.56%21.18%-
XYZ1.892.911.5-
YUV41.95119.56115.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=22.86%
G=51.43%
B=25.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454270.5600.50.7912638.4615.29
Hex18361B380324F7e26f
Octal306633700621171764617
Binary11000110110110111110000110010100111111111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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