Html Css Color HEX #507520 Green Leaf

📋 copy color: '#507520'

red 80 ◦ green 117 ◦ blue 32

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

Shades of Green Leaf #507520

Tints of Green Leaf #507520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.09%

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

R = 34.93%
G = 51.09%
B = 13.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#507520 (or 0x507520) is known color: Green Leaf. HEX triplet: 50, 75 and 20. RGB value is (80,117,32). Sum of RGB (Red+Green+Blue) = 80+117+32=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #507520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507520 is #AF8ADF. Grayscale: #606060. Windows color (decimal): -11504352 or 2127184. OLE color: 2127184.

HSL color Cylindrical-coordinate representation of color #507520: hue angle of 86.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #507520 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 32 -
CMYK 0.32 0 0.73 0.54
HSL 86.12º 0.57% 0.29% -
HSV(B) 86.12º 0.73% 0.46% -
XYZ 9.93 14.53 3.65 -
YUV 96.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 80 117 32 0.32 0 0.73 0.54 86.12 0.57 0.29
Hex 50 75 20 20 0 49 36 56 39 1D
Octal 120 165 40 40 0 111 66 126 71 35
Binary 1010000 1110101 100000 100000 0 1001001 110110 1010110 111001 11101

Color Harmonies of #507520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507520

Black with #507520

Text Example


Text Example

White with #507520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507520; }

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

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

background-color css

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

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

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

border-color css

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

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

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