#1F3E0D

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

Shades of Myrtle #1F3E0D

Tints of Myrtle #1F3E0D

Color information

#1F3E0D (or 0x1F3E0D) is unknown color: approx Myrtle. HEX triplet: 1F, 3E and 0D. RGB value is (31,62,13). Sum of RGB (Red+Green+Blue) = 31+62+13=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3E0D is #E0C1F2. Grayscale: #2F2F2F. Windows color (decimal): -14729715 or 867871. OLE color: 867871.

HSL color Cylindrical-coordinate representation of color #1F3E0D: hue angle of 97.96º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3E0D is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB316213-
CMYK0.500.790.76
HSL97.96º65.33%14.71%-
HSV(B)97.96º79.03%24.31%-
XYZ2.363.770.98-
YUV47.14108.73116.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 62 (24.61% from 255) = 58.49%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=29.25%
G=58.49%
B=12.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3162130.500.790.7697.9665.3314.71
Hex1F3ED3204F4C6241f
Octal37761562011711414210117
Binary111111111101101110010010011111001100110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,13); }

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

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

 a { background-color: rgb(31,62,13); }

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

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

 span { border-color: rgb(31,62,13); }

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