Html Css Color HEX #506D2C Green Leaf

📋 copy color: '#506D2C'

red 80 ◦ green 109 ◦ blue 44

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

Shades of Green Leaf #506D2C

Tints of Green Leaf #506D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 34.33%
G = 46.78%
B = 18.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#506D2C (or 0x506D2C) is known color: Green Leaf. HEX triplet: 50, 6D and 2C. RGB value is (80,109,44). Sum of RGB (Red+Green+Blue) = 80+109+44=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #506D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D2C is #AF92D3. Grayscale: #5D5D5D. Windows color (decimal): -11506388 or 2911568. OLE color: 2911568.

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

Color convert

RGB 80 109 44 -
CMYK 0.27 0 0.60 0.57
HSL 86.77º 0.42% 0.3% -
HSV(B) 86.77º 0.6% 0.43% -
XYZ 9.23 12.82 4.37 -
YUV 92.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 80 109 44 0.27 0 0.60 0.57 86.77 0.42 0.3
Hex 50 6D 2C 1B 0 3C 39 57 2A 1E
Octal 120 155 54 33 0 74 71 127 52 36
Binary 1010000 1101101 101100 11011 0 111100 111001 1010111 101010 11110

Color Harmonies of #506D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D2C

Black with #506D2C

Text Example


Text Example

White with #506D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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