#1D520A

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

Shades of Myrtle #1D520A

Tints of Myrtle #1D520A

Color information

#1D520A (or 0x1D520A) is unknown color: approx Myrtle. HEX triplet: 1D, 52 and 0A. RGB value is (29,82,10). Sum of RGB (Red+Green+Blue) = 29+82+10=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #1D520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D520A is #E2ADF5. Grayscale: #3A3A3A. Windows color (decimal): -14855670 or 676381. OLE color: 676381.

HSL color Cylindrical-coordinate representation of color #1D520A: hue angle of 104.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D520A is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB298210-
CMYK0.6500.880.68
HSL104.17º78.26%18.04%-
HSV(B)104.17º87.8%32.16%-
XYZ3.586.321.32-
YUV57.94100.94107.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=23.97%
G=67.77%
B=8.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2982100.6500.880.68104.1778.2618.04
Hex1D52A4105844684e12
Octal3512212101013010415011622
Binary111011010010101010000010101100010001001101000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,82,10); }

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

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

 a { background-color: rgb(29,82,10); }

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

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

 span { border-color: rgb(29,82,10); }

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