#1D650C

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

Shades of Myrtle #1D650C

Tints of Myrtle #1D650C

Color information

#1D650C (or 0x1D650C) is unknown color: approx Myrtle. HEX triplet: 1D, 65 and 0C. RGB value is (29,101,12). Sum of RGB (Red+Green+Blue) = 29+101+12=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #1D650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D650C is #E29AF3. Grayscale: #454545. Windows color (decimal): -14850804 or 812317. OLE color: 812317.

HSL color Cylindrical-coordinate representation of color #1D650C: hue angle of 108.54º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D650C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB2910112-
CMYK0.7100.880.60
HSL108.54º78.76%22.16%-
HSV(B)108.54º88.12%39.61%-
XYZ5.239.61.92-
YUV69.3395.6599.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 101 (39.84% from 255) = 71.13%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=20.42%
G=71.13%
B=8.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29101120.7100.880.60108.5478.7622.16
Hex1D65C470583C6d4f16
Octal351451410701307415511726
Binary11101110010111001000111010110001111001101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,12); }

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

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

 a { background-color: rgb(29,101,12); }

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

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

 span { border-color: rgb(29,101,12); }

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