#1F500B

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

Shades of Myrtle #1F500B

Tints of Myrtle #1F500B

Color information

#1F500B (or 0x1F500B) is unknown color: approx Myrtle. HEX triplet: 1F, 50 and 0B. RGB value is (31,80,11). Sum of RGB (Red+Green+Blue) = 31+80+11=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #1F500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F500B is #E0AFF4. Grayscale: #393939. Windows color (decimal): -14725109 or 741407. OLE color: 741407.

HSL color Cylindrical-coordinate representation of color #1F500B: hue angle of 102.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F500B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB318011-
CMYK0.6100.860.69
HSL102.61º75.82%17.84%-
HSV(B)102.61º86.25%31.37%-
XYZ3.496.051.3-
YUV57.48101.77109.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 80 (31.64% from 255) = 65.57%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=25.41%
G=65.57%
B=9.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3180110.6100.860.69102.6175.8217.84
Hex1F50B3D05645674c12
Octal371201375012610514711422
Binary11111101000010111111010101011010001011100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,80,11); }

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

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

 a { background-color: rgb(31,80,11); }

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

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

 span { border-color: rgb(31,80,11); }

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