Html Css Color HEX #506834 Green Leaf

📋 copy color: '#506834'

red 80 ◦ green 104 ◦ blue 52

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

Shades of Green Leaf #506834

Tints of Green Leaf #506834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 33.9%
G = 44.07%
B = 22.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#506834 (or 0x506834) is known color: Green Leaf. HEX triplet: 50, 68 and 34. RGB value is (80,104,52). Sum of RGB (Red+Green+Blue) = 80+104+52=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #506834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506834 is #AF97CB. Grayscale: #5B5B5B. Windows color (decimal): -11507660 or 3434576. OLE color: 3434576.

HSL color Cylindrical-coordinate representation of color #506834: hue angle of 87.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506834 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 52 -
CMYK 0.23 0 0.50 0.59
HSL 87.69º 0.33% 0.31% -
HSV(B) 87.69º 0.5% 0.41% -
XYZ 8.88 11.85 5.07 -
YUV 90.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 80 104 52 0.23 0 0.50 0.59 87.69 0.33 0.31
Hex 50 68 34 17 0 32 3B 58 21 1F
Octal 120 150 64 27 0 62 73 130 41 37
Binary 1010000 1101000 110100 10111 0 110010 111011 1011000 100001 11111

Color Harmonies of #506834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506834

Black with #506834

Text Example


Text Example

White with #506834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506834; }

 p { color: rgb(80,104,52); }

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

background-color css

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

 a { background-color: rgb(80,104,52); }

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

border-color css

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

 span { border-color: rgb(80,104,52); }

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