#1F4B0D

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

Shades of Myrtle #1F4B0D

Tints of Myrtle #1F4B0D

Color information

#1F4B0D (or 0x1F4B0D) is unknown color: approx Myrtle. HEX triplet: 1F, 4B and 0D. RGB value is (31,75,13). Sum of RGB (Red+Green+Blue) = 31+75+13=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B0D is #E0B4F2. Grayscale: #363636. Windows color (decimal): -14726387 or 871199. OLE color: 871199.

HSL color Cylindrical-coordinate representation of color #1F4B0D: hue angle of 102.58º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F4B0D is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB317513-
CMYK0.5900.830.71
HSL102.58º70.45%17.25%-
HSV(B)102.58º82.67%29.41%-
XYZ3.155.351.25-
YUV54.78104.42111.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=26.05%
G=63.03%
B=10.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175130.5900.830.71102.5870.4517.25
Hex1F4BD3B05347674611
Octal371131573012310714710621
Binary11111100101111011110110101001110001111100111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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