#1F4600

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

Shades of Myrtle #1F4600

Tints of Myrtle #1F4600

Color information

#1F4600 (or 0x1F4600) is unknown color: approx Myrtle. HEX triplet: 1F, 46 and 00. RGB value is (31,70,0). Sum of RGB (Red+Green+Blue) = 31+70+0=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4600 is #E0B9FF. Grayscale: #323232. Windows color (decimal): -14727680 or 17951. OLE color: 17951.

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

Color convert

RGB31700-
CMYK0.56010.73
HSL93.43º100%13.73%-
HSV(B)93.43º100%27.45%-
XYZ2.764.670.76-
YUV50.3699.58114.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 70 (27.73% from 255) = 69.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.69%
G=69.31%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal317000.56010.7393.4310013.73
Hex1F46038064495d64e
Octal37106070014411113514416
Binary1111110001100111000011001001001001101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,0); }

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

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

 a { background-color: rgb(31,70,0); }

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

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

 span { border-color: rgb(31,70,0); }

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