#1F4B04

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

Shades of Myrtle #1F4B04

Tints of Myrtle #1F4B04

Color information

#1F4B04 (or 0x1F4B04) is unknown color: approx Myrtle. HEX triplet: 1F, 4B and 04. RGB value is (31,75,4). Sum of RGB (Red+Green+Blue) = 31+75+4=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B04 is #E0B4FB. Grayscale: #353535. Windows color (decimal): -14726396 or 281375. OLE color: 281375.

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

Color convert

RGB31754-
CMYK0.5900.950.71
HSL97.18º89.87%15.49%-
HSV(B)97.18º94.67%29.41%-
XYZ3.15.330.98-
YUV53.7599.92111.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 75 (29.69% from 255) = 68.18%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=28.18%
G=68.18%
B=3.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal317540.5900.950.7197.1889.8715.49
Hex1F4B43B05F47615af
Octal37113473013710714113217
Binary111111001011100111011010111111000111110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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