#18511C

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

Shades of Myrtle #18511C

Tints of Myrtle #18511C

Color information

#18511C (or 0x18511C) is unknown color: approx Myrtle. HEX triplet: 18, 51 and 1C. RGB value is (24,81,28). Sum of RGB (Red+Green+Blue) = 24+81+28=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #18511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18511C is #E7AEE3. Grayscale: #3A3A3A. Windows color (decimal): -15183588 or 1855768. OLE color: 1855768.

HSL color Cylindrical-coordinate representation of color #18511C: hue angle of 124.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18511C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB248128-
CMYK0.7000.650.68
HSL124.21º54.29%20.59%-
HSV(B)124.21º70.37%31.76%-
XYZ3.536.162.1-
YUV57.92111.12103.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 81 (32.03% from 255) = 60.90%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=18.05%
G=60.90%
B=21.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481280.7000.650.68124.2154.2920.59
Hex18511C46041447c3615
Octal301213410601011041746625
Binary110001010001111001000110010000011000100111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18511C; }

 p { color: rgb(24,81,28); }

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

<style>
 a { background-color: #18511C; }

 a { background-color: rgb(24,81,28); }

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

<style>
 span { border-color: #18511C; }

 span { border-color: rgb(24,81,28); }

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