#1F4B14

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

Shades of Myrtle #1F4B14

Tints of Myrtle #1F4B14

Color information

#1F4B14 (or 0x1F4B14) is unknown color: approx Myrtle. HEX triplet: 1F, 4B and 14. RGB value is (31,75,20). Sum of RGB (Red+Green+Blue) = 31+75+20=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B14 is #E0B4EB. Grayscale: #373737. Windows color (decimal): -14726380 or 1329951. OLE color: 1329951.

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

Color convert

RGB317520-
CMYK0.5900.730.71
HSL108º57.89%18.63%-
HSV(B)108º73.33%29.41%-
XYZ3.215.371.53-
YUV55.57107.92110.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 75 (29.69% from 255) = 59.52%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=24.60%
G=59.52%
B=15.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175200.5900.730.7110857.8918.63
Hex1F4B143B049476c3a13
Octal37113247301111071547223
Binary11111100101110100111011010010011000111110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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