#1F5211

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

Shades of Myrtle #1F5211

Tints of Myrtle #1F5211

Color information

#1F5211 (or 0x1F5211) is unknown color: approx Myrtle. HEX triplet: 1F, 52 and 11. RGB value is (31,82,17). Sum of RGB (Red+Green+Blue) = 31+82+17=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5211 is #E0ADEE. Grayscale: #3B3B3B. Windows color (decimal): -14724591 or 1135135. OLE color: 1135135.

HSL color Cylindrical-coordinate representation of color #1F5211: hue angle of 107.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5211 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB318217-
CMYK0.6200.790.68
HSL107.08º65.66%19.41%-
HSV(B)107.08º79.27%32.16%-
XYZ3.686.371.57-
YUV59.34104.1107.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 82 (32.42% from 255) = 63.08%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=23.85%
G=63.08%
B=13.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3182170.6200.790.68107.0865.6619.41
Hex1F52113E04F446b4213
Octal371222176011710415310223
Binary111111010010100011111100100111110001001101011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,82,17); }

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

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

 a { background-color: rgb(31,82,17); }

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

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

 span { border-color: rgb(31,82,17); }

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