#1F6014

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

Shades of Myrtle #1F6014

Tints of Myrtle #1F6014

Color information

#1F6014 (or 0x1F6014) is unknown color: approx Myrtle. HEX triplet: 1F, 60 and 14. RGB value is (31,96,20). Sum of RGB (Red+Green+Blue) = 31+96+20=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6014 is #E09FEB. Grayscale: #444444. Windows color (decimal): -14721004 or 1335327. OLE color: 1335327.

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

Color convert

RGB319620-
CMYK0.6800.790.62
HSL111.32º65.52%22.75%-
HSV(B)111.32º79.17%37.65%-
XYZ4.878.712.09-
YUV67.9100.97101.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=21.09%
G=65.31%
B=13.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196200.6800.790.62111.3265.5222.75
Hex1F60144404F3E6f4217
Octal371402410401177615710227
Binary111111100000101001000100010011111111101101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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