Html Css Color HEX #507920 Green Leaf

📋 copy color: '#507920'

red 80 ◦ green 121 ◦ blue 32

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

Shades of Green Leaf #507920

Tints of Green Leaf #507920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

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

R = 34.33%
G = 51.93%
B = 13.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#507920 (or 0x507920) is known color: Green Leaf. HEX triplet: 50, 79 and 20. RGB value is (80,121,32). Sum of RGB (Red+Green+Blue) = 80+121+32=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #507920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507920 is #AF86DF. Grayscale: #626262. Windows color (decimal): -11503328 or 2128208. OLE color: 2128208.

HSL color Cylindrical-coordinate representation of color #507920: hue angle of 87.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #507920 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 32 -
CMYK 0.34 0 0.74 0.53
HSL 87.64º 0.58% 0.3% -
HSV(B) 87.64º 0.74% 0.47% -
XYZ 10.41 15.48 3.81 -
YUV 98.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 80 121 32 0.34 0 0.74 0.53 87.64 0.58 0.3
Hex 50 79 20 22 0 4A 35 58 3A 1E
Octal 120 171 40 42 0 112 65 130 72 36
Binary 1010000 1111001 100000 100010 0 1001010 110101 1011000 111010 11110

Color Harmonies of #507920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507920

Black with #507920

Text Example


Text Example

White with #507920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507920; }

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

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

background-color css

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

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

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

border-color css

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

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

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