#1F610A

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

Shades of Myrtle #1F610A

Tints of Myrtle #1F610A

Color information

#1F610A (or 0x1F610A) is unknown color: approx Myrtle. HEX triplet: 1F, 61 and 0A. RGB value is (31,97,10). Sum of RGB (Red+Green+Blue) = 31+97+10=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #1F610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F610A is #E09EF5. Grayscale: #434343. Windows color (decimal): -14720758 or 680223. OLE color: 680223.

HSL color Cylindrical-coordinate representation of color #1F610A: hue angle of 105.52º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F610A is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB319710-
CMYK0.6800.900.62
HSL105.52º81.31%20.98%-
HSV(B)105.52º89.69%38.04%-
XYZ4.898.861.74-
YUV67.3595.63102.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=22.46%
G=70.29%
B=7.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197100.6800.900.62105.5281.3120.98
Hex1F61A4405A3E6a5115
Octal371411210401327615212125
Binary11111110000110101000100010110101111101101010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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