#1B5018

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

Shades of Myrtle #1B5018

Tints of Myrtle #1B5018

Color information

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

HSL color Cylindrical-coordinate representation of color #1B5018: hue angle of 116.79º 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 #1B5018 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB278024-
CMYK0.6600.700.69
HSL116.79º53.85%20.39%-
HSV(B)116.79º70%31.37%-
XYZ3.496.041.85-
YUV57.77108.94106.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780240.6600.700.69116.7953.8520.39
Hex1B50184204645753614
Octal331203010201061051656624
Binary110111010000110001000010010001101000101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5018; }

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

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

<style>
 a { background-color: #1B5018; }

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

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

<style>
 span { border-color: #1B5018; }

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

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