#1F4D14

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

Shades of Myrtle #1F4D14

Tints of Myrtle #1F4D14

Color information

#1F4D14 (or 0x1F4D14) is unknown color: approx Myrtle. HEX triplet: 1F, 4D and 14. RGB value is (31,77,20). Sum of RGB (Red+Green+Blue) = 31+77+20=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4D14 is #E0B2EB. Grayscale: #383838. Windows color (decimal): -14725868 or 1330463. OLE color: 1330463.

HSL color Cylindrical-coordinate representation of color #1F4D14: hue angle of 108.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4D14 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB317720-
CMYK0.6000.740.70
HSL108.42º58.76%19.02%-
HSV(B)108.42º74.03%30.2%-
XYZ3.355.651.58-
YUV56.75107.26109.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 77 (30.47% from 255) = 60.16%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=24.22%
G=60.16%
B=15.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3177200.6000.740.70108.4258.7619.02
Hex1F4D143C04A466c3b13
Octal37115247401121061547323
Binary11111100110110100111100010010101000110110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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