#18501B

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

Shades of Myrtle #18501B

Tints of Myrtle #18501B

Color information

#18501B (or 0x18501B) is unknown color: approx Myrtle. HEX triplet: 18, 50 and 1B. RGB value is (24,80,27). Sum of RGB (Red+Green+Blue) = 24+80+27=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #18501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18501B is #E7AFE4. Grayscale: #393939. Windows color (decimal): -15183845 or 1789976. OLE color: 1789976.

HSL color Cylindrical-coordinate representation of color #18501B: hue angle of 123.21º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18501B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB248027-
CMYK0.7000.660.69
HSL123.21º53.85%20.39%-
HSV(B)123.21º70%31.37%-
XYZ3.446.012.02-
YUV57.21110.95104.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 80 (31.64% from 255) = 61.07%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=18.32%
G=61.07%
B=20.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480270.7000.660.69123.2153.8520.39
Hex18501B46042457b3614
Octal301203310601021051736624
Binary110001010000110111000110010000101000101111101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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