Html Css Color HEX #506535 Green Leaf

📋 copy color: '#506535'

red 80 ◦ green 101 ◦ blue 53

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

Shades of Green Leaf #506535

Tints of Green Leaf #506535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 34.19%
G = 43.16%
B = 22.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#506535 (or 0x506535) is known color: Green Leaf. HEX triplet: 50, 65 and 35. RGB value is (80,101,53). Sum of RGB (Red+Green+Blue) = 80+101+53=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #506535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506535 is #AF9ACA. Grayscale: #595959. Windows color (decimal): -11508427 or 3499344. OLE color: 3499344.

HSL color Cylindrical-coordinate representation of color #506535: hue angle of 86.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506535 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 53 -
CMYK 0.21 0 0.48 0.60
HSL 86.25º 0.31% 0.3% -
HSV(B) 86.25º 0.48% 0.4% -
XYZ 8.6 11.27 5.09 -
YUV 89.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 80 101 53 0.21 0 0.48 0.60 86.25 0.31 0.3
Hex 50 65 35 15 0 30 3C 56 1F 1E
Octal 120 145 65 25 0 60 74 126 37 36
Binary 1010000 1100101 110101 10101 0 110000 111100 1010110 11111 11110

Color Harmonies of #506535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506535

Black with #506535

Text Example


Text Example

White with #506535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506535; }

 p { color: rgb(80,101,53); }

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

background-color css

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

 a { background-color: rgb(80,101,53); }

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

border-color css

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

 span { border-color: rgb(80,101,53); }

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