#1F3912

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

Shades of Myrtle #1F3912

Tints of Myrtle #1F3912

Color information

#1F3912 (or 0x1F3912) is unknown color: approx Myrtle. HEX triplet: 1F, 39 and 12. RGB value is (31,57,18). Sum of RGB (Red+Green+Blue) = 31+57+18=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3912 is #E0C6ED. Grayscale: #2C2C2C. Windows color (decimal): -14730990 or 1194271. OLE color: 1194271.

HSL color Cylindrical-coordinate representation of color #1F3912: hue angle of 100º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F3912 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB315718-
CMYK0.4600.680.78
HSL100º52%14.71%-
HSV(B)100º68.42%22.35%-
XYZ2.143.261.09-
YUV44.78112.89118.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=29.25%
G=53.77%
B=16.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157180.4600.680.781005214.71
Hex1F39122E0444E6434f
Octal3771225601041161446417
Binary111111110011001010111001000100100111011001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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