#1F4B05

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

Shades of Myrtle #1F4B05

Tints of Myrtle #1F4B05

Color information

#1F4B05 (or 0x1F4B05) is unknown color: approx Myrtle. HEX triplet: 1F, 4B and 05. RGB value is (31,75,5). Sum of RGB (Red+Green+Blue) = 31+75+5=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B05 is #E0B4FA. Grayscale: #363636. Windows color (decimal): -14726395 or 346911. OLE color: 346911.

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

Color convert

RGB31755-
CMYK0.5900.930.71
HSL97.71º87.5%15.69%-
HSV(B)97.71º93.33%29.41%-
XYZ3.115.331.01-
YUV53.86100.42111.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 75 (29.69% from 255) = 67.57%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=27.93%
G=67.57%
B=4.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal317550.5900.930.7197.7187.515.69
Hex1F4B53B05D47625810
Octal37113573013510714213020
Binary1111110010111011110110101110110001111100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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