Html Css Color HEX #506735 Green Leaf

📋 copy color: '#506735'

red 80 ◦ green 103 ◦ blue 53

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

Shades of Green Leaf #506735

Tints of Green Leaf #506735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

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

R = 33.9%
G = 43.64%
B = 22.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#506735 (or 0x506735) is known color: Green Leaf. HEX triplet: 50, 67 and 35. RGB value is (80,103,53). Sum of RGB (Red+Green+Blue) = 80+103+53=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #506735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506735 is #AF98CA. Grayscale: #5A5A5A. Windows color (decimal): -11507915 or 3499856. OLE color: 3499856.

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

Color convert

RGB 80 103 53 -
CMYK 0.22 0 0.49 0.60
HSL 87.6º 0.32% 0.31% -
HSV(B) 87.6º 0.49% 0.4% -
XYZ 8.8 11.66 5.16 -
YUV 90.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 80 103 53 0.22 0 0.49 0.60 87.6 0.32 0.31
Hex 50 67 35 16 0 31 3C 58 20 1F
Octal 120 147 65 26 0 61 74 130 40 37
Binary 1010000 1100111 110101 10110 0 110001 111100 1011000 100000 11111

Color Harmonies of #506735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506735

Black with #506735

Text Example


Text Example

White with #506735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506735; }

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

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

background-color css

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

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

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

border-color css

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

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

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