#1D530A

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

Shades of Myrtle #1D530A

Tints of Myrtle #1D530A

Color information

#1D530A (or 0x1D530A) is unknown color: approx Myrtle. HEX triplet: 1D, 53 and 0A. RGB value is (29,83,10). Sum of RGB (Red+Green+Blue) = 29+83+10=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #1D530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D530A is #E2ACF5. Grayscale: #3A3A3A. Windows color (decimal): -14855414 or 676637. OLE color: 676637.

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

Color convert

RGB298310-
CMYK0.6500.880.67
HSL104.38º78.49%18.24%-
HSV(B)104.38º87.95%32.55%-
XYZ3.656.471.34-
YUV58.53100.61106.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 83 (32.81% from 255) = 68.03%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=23.77%
G=68.03%
B=8.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983100.6500.880.67104.3878.4918.24
Hex1D53A4105843684e12
Octal3512312101013010315011622
Binary111011010011101010000010101100010000111101000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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