#1F550B

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

Shades of Myrtle #1F550B

Tints of Myrtle #1F550B

Color information

#1F550B (or 0x1F550B) is unknown color: approx Myrtle. HEX triplet: 1F, 55 and 0B. RGB value is (31,85,11). Sum of RGB (Red+Green+Blue) = 31+85+11=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #1F550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F550B is #E0AAF4. Grayscale: #3C3C3C. Windows color (decimal): -14723829 or 742687. OLE color: 742687.

HSL color Cylindrical-coordinate representation of color #1F550B: hue angle of 103.78º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F550B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB318511-
CMYK0.6400.870.67
HSL103.78º77.08%18.82%-
HSV(B)103.78º87.06%33.33%-
XYZ3.876.811.43-
YUV60.42100.11107.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=24.41%
G=66.93%
B=8.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185110.6400.870.67103.7877.0818.82
Hex1F55B4005743684d13
Octal3712513100012710315011523
Binary111111010101101110000000101011110000111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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