#18531F

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

Shades of Myrtle #18531F

Tints of Myrtle #18531F

Color information

#18531F (or 0x18531F) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 1F. RGB value is (24,83,31). Sum of RGB (Red+Green+Blue) = 24+83+31=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #18531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18531F is #E7ACE0. Grayscale: #3B3B3B. Windows color (decimal): -15183073 or 2052888. OLE color: 2052888.

HSL color Cylindrical-coordinate representation of color #18531F: hue angle of 127.12º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18531F is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB248331-
CMYK0.7100.630.67
HSL127.12º55.14%20.98%-
HSV(B)127.12º71.08%32.55%-
XYZ3.726.482.35-
YUV59.43111.95102.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=17.39%
G=60.14%
B=22.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483310.7100.630.67127.1255.1420.98
Hex18531F4703F437f3715
Octal30123371070771031776725
Binary11000101001111111100011101111111000011111111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,83,31); }

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

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

 a { background-color: rgb(24,83,31); }

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

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

 span { border-color: rgb(24,83,31); }

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