#1F4714

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

Shades of Myrtle #1F4714

Tints of Myrtle #1F4714

Color information

#1F4714 (or 0x1F4714) is unknown color: approx Myrtle. HEX triplet: 1F, 47 and 14. RGB value is (31,71,20). Sum of RGB (Red+Green+Blue) = 31+71+20=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4714 is #E0B8EB. Grayscale: #353535. Windows color (decimal): -14727404 or 1328927. OLE color: 1328927.

HSL color Cylindrical-coordinate representation of color #1F4714: hue angle of 107.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F4714 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB317120-
CMYK0.5600.720.72
HSL107.06º56.04%17.84%-
HSV(B)107.06º71.83%27.84%-
XYZ2.944.851.44-
YUV53.23109.25112.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=25.41%
G=58.20%
B=16.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171200.5600.720.72107.0656.0417.84
Hex1F471438048486b3812
Octal37107247001101101537022
Binary11111100011110100111000010010001001000110101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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