#1F5A10

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

Shades of Myrtle #1F5A10

Tints of Myrtle #1F5A10

Color information

#1F5A10 (or 0x1F5A10) is unknown color: approx Myrtle. HEX triplet: 1F, 5A and 10. RGB value is (31,90,16). Sum of RGB (Red+Green+Blue) = 31+90+16=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5A10 is #E0A5EF. Grayscale: #404040. Windows color (decimal): -14722544 or 1071647. OLE color: 1071647.

HSL color Cylindrical-coordinate representation of color #1F5A10: hue angle of 107.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F5A10 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB319016-
CMYK0.6600.820.65
HSL107.84º69.81%20.78%-
HSV(B)107.84º82.22%35.29%-
XYZ4.317.641.74-
YUV63.92100.95104.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 90 (35.55% from 255) = 65.69%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=22.63%
G=65.69%
B=11.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3190160.6600.820.65107.8469.8120.78
Hex1F5A1042052416c4615
Octal3713220102012210115410625
Binary1111110110101000010000100101001010000011101100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,16); }

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

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

 a { background-color: rgb(31,90,16); }

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

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

 span { border-color: rgb(31,90,16); }

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