Html Css Color HEX #507320 Green Leaf

📋 copy color: '#507320'

red 80 ◦ green 115 ◦ blue 32

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

Shades of Green Leaf #507320

Tints of Green Leaf #507320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 35.24%
G = 50.66%
B = 14.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#507320 (or 0x507320) is known color: Green Leaf. HEX triplet: 50, 73 and 20. RGB value is (80,115,32). Sum of RGB (Red+Green+Blue) = 80+115+32=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #507320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507320 is #AF8CDF. Grayscale: #5F5F5F. Windows color (decimal): -11504864 or 2126672. OLE color: 2126672.

HSL color Cylindrical-coordinate representation of color #507320: hue angle of 85.3º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #507320 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 32 -
CMYK 0.30 0 0.72 0.55
HSL 85.3º 0.56% 0.29% -
HSV(B) 85.3º 0.72% 0.45% -
XYZ 9.7 14.07 3.57 -
YUV 95.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 80 115 32 0.30 0 0.72 0.55 85.3 0.56 0.29
Hex 50 73 20 1E 0 48 37 55 38 1D
Octal 120 163 40 36 0 110 67 125 70 35
Binary 1010000 1110011 100000 11110 0 1001000 110111 1010101 111000 11101

Color Harmonies of #507320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507320

Black with #507320

Text Example


Text Example

White with #507320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507320; }

 p { color: rgb(80,115,32); }

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

background-color css

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

 a { background-color: rgb(80,115,32); }

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

border-color css

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

 span { border-color: rgb(80,115,32); }

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