#18551B

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

Shades of Myrtle #18551B

Tints of Myrtle #18551B

Color information

#18551B (or 0x18551B) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 1B. RGB value is (24,85,27). Sum of RGB (Red+Green+Blue) = 24+85+27=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #18551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18551B is #E7AAE4. Grayscale: #3C3C3C. Windows color (decimal): -15182565 or 1791256. OLE color: 1791256.

HSL color Cylindrical-coordinate representation of color #18551B: hue angle of 122.95º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18551B is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB248527-
CMYK0.7200.680.67
HSL122.95º55.96%21.37%-
HSV(B)122.95º71.76%33.33%-
XYZ3.826.772.14-
YUV60.15109.29102.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=17.65%
G=62.5%
B=19.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485270.7200.680.67122.9555.9621.37
Hex18551B48044437b3815
Octal301253311001041031737025
Binary110001010101110111001000010001001000011111101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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