Html Css Color HEX #506D1D Green Leaf

📋 copy color: '#506D1D'

red 80 ◦ green 109 ◦ blue 29

#506D1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #506D1D

Tints of Green Leaf #506D1D

RGB

 RED value IS 80 (31.64% from 255) = 36.7%

 GREEN value IS 109 (42.97% from 255) = 50%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 36.7%
G = 50%
B = 13.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#506D1D (or 0x506D1D) is known color: Green Leaf. HEX triplet: 50, 6D and 1D. RGB value is (80,109,29). Sum of RGB (Red+Green+Blue) = 80+109+29=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #506D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D1D is #AF92E2. Grayscale: #5B5B5B. Windows color (decimal): -11506403 or 1928528. OLE color: 1928528.

HSL color Cylindrical-coordinate representation of color #506D1D: hue angle of 81.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #506D1D is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 29 -
CMYK 0.27 0 0.73 0.57
HSL 81.75º 0.58% 0.27% -
HSV(B) 81.75º 0.73% 0.43% -
XYZ 9 12.73 3.15 -
YUV 91.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 80 109 29 0.27 0 0.73 0.57 81.75 0.58 0.27
Hex 50 6D 1D 1B 0 49 39 52 3A 1B
Octal 120 155 35 33 0 111 71 122 72 33
Binary 1010000 1101101 11101 11011 0 1001001 111001 1010010 111010 11011

Color Harmonies of #506D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D1D

Black with #506D1D

Text Example


Text Example

White with #506D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D1D; }

 p { color: rgb(80,109,29); }

 H1.HeaderClassName
 {
   color: #506D1D;
 }
 .AnyTagClassName
 {
   color: #506D1D;
 }
</style>

background-color css

<style>
 a { background-color: #506D1D; }

 a { background-color: rgb(80,109,29); }

 div.DivClassName
 {
   background-color: #506D1D;
 }
 .BgClassName
 {
   background-color: #506D1D;
 }
</style>

border-color css

<style>
 span { border-color: #506D1D; }

 span { border-color: rgb(80,109,29); }

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