#1f4a0a

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

Shades of Myrtle #1F4A0A

Tints of Myrtle #1F4A0A

Color information

#1F4A0A (or 0x1F4A0A) is unknown color: approx Myrtle. HEX triplet: 1F, 4A and 0A. RGB value is (31,74,10). Sum of RGB (Red+Green+Blue) = 31+74+10=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4A0A is #E0B5F5. Grayscale: #363636. Windows color (decimal): -14726646 or 674335. OLE color: 674335.

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

Color convert

RGB317410-
CMYK0.5800.860.71
HSL100.31º76.19%16.47%-
HSV(B)100.31º86.49%29.02%-
XYZ3.075.211.13-
YUV53.85103.25111.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 74 (29.30% from 255) = 64.35%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=26.96%
G=64.35%
B=8.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3174100.5800.860.71100.3176.1916.47
Hex1F4AA3A05647644c10
Octal371121272012610714411420
Binary11111100101010101110100101011010001111100100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,10); }

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

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

 a { background-color: rgb(31,74,10); }

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

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

 span { border-color: rgb(31,74,10); }

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