#1F4012

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

Shades of Myrtle #1F4012

Tints of Myrtle #1F4012

Color information

#1F4012 (or 0x1F4012) is unknown color: approx Myrtle. HEX triplet: 1F, 40 and 12. RGB value is (31,64,18). Sum of RGB (Red+Green+Blue) = 31+64+18=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4012 is #E0BFED. Grayscale: #313131. Windows color (decimal): -14729198 or 1196063. OLE color: 1196063.

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

Color convert

RGB316418-
CMYK0.5200.720.75
HSL103.04º56.1%16.08%-
HSV(B)103.04º71.88%25.1%-
XYZ2.5141.21-
YUV48.89110.57115.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=27.43%
G=56.64%
B=15.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164180.5200.720.75103.0456.116.08
Hex1F4012340484B673810
Octal37100226401101131477020
Binary11111100000010010110100010010001001011110011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,18); }

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

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

 a { background-color: rgb(31,64,18); }

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

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

 span { border-color: rgb(31,64,18); }

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