Html Css Color HEX #506E34 Green Leaf

📋 copy color: '#506E34'

red 80 ◦ green 110 ◦ blue 52

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

Shades of Green Leaf #506E34

Tints of Green Leaf #506E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

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

R = 33.06%
G = 45.45%
B = 21.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#506E34 (or 0x506E34) is known color: Green Leaf. HEX triplet: 50, 6E and 34. RGB value is (80,110,52). Sum of RGB (Red+Green+Blue) = 80+110+52=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #506E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E34 is #AF91CB. Grayscale: #5E5E5E. Windows color (decimal): -11506124 or 3436112. OLE color: 3436112.

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

Color convert

RGB 80 110 52 -
CMYK 0.27 0 0.53 0.57
HSL 91.03º 0.36% 0.32% -
HSV(B) 91.03º 0.53% 0.43% -
XYZ 9.5 13.11 5.28 -
YUV 94.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 80 110 52 0.27 0 0.53 0.57 91.03 0.36 0.32
Hex 50 6E 34 1B 0 35 39 5B 24 20
Octal 120 156 64 33 0 65 71 133 44 40
Binary 1010000 1101110 110100 11011 0 110101 111001 1011011 100100 100000

Color Harmonies of #506E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E34

Black with #506E34

Text Example


Text Example

White with #506E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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