#1F3814

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

Shades of Myrtle #1F3814

Tints of Myrtle #1F3814

Color information

#1F3814 (or 0x1F3814) is unknown color: approx Myrtle. HEX triplet: 1F, 38 and 14. RGB value is (31,56,20). Sum of RGB (Red+Green+Blue) = 31+56+20=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3814 is #E0C7EB. Grayscale: #2C2C2C. Windows color (decimal): -14731244 or 1325087. OLE color: 1325087.

HSL color Cylindrical-coordinate representation of color #1F3814: hue angle of 101.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3814 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB315620-
CMYK0.4500.640.78
HSL101.67º47.37%14.9%-
HSV(B)101.67º64.29%21.96%-
XYZ2.113.171.16-
YUV44.42114.22118.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=28.97%
G=52.34%
B=18.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156200.4500.640.78101.6747.3714.9
Hex1F38142D0404E662ff
Octal3770245501001161465717
Binary111111110001010010110101000000100111011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,20); }

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

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

 a { background-color: rgb(31,56,20); }

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

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

 span { border-color: rgb(31,56,20); }

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