#1F5414

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

Shades of Myrtle #1F5414

Tints of Myrtle #1F5414

Color information

#1F5414 (or 0x1F5414) is unknown color: approx Myrtle. HEX triplet: 1F, 54 and 14. RGB value is (31,84,20). Sum of RGB (Red+Green+Blue) = 31+84+20=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5414 is #E0ABEB. Grayscale: #3D3D3D. Windows color (decimal): -14724076 or 1332255. OLE color: 1332255.

HSL color Cylindrical-coordinate representation of color #1F5414: hue angle of 109.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5414 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB318420-
CMYK0.6300.760.67
HSL109.69º61.54%20.39%-
HSV(B)109.69º76.19%32.94%-
XYZ3.866.681.75-
YUV60.86104.94106.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 84 (33.20% from 255) = 62.22%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=22.96%
G=62.22%
B=14.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184200.6300.760.67109.6961.5420.39
Hex1F54143F04C436e3e14
Octal37124247701141031567624
Binary11111101010010100111111010011001000011110111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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