Html Css Color HEX #507732 Green Leaf

📋 copy color: '#507732'

red 80 ◦ green 119 ◦ blue 50

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

Shades of Green Leaf #507732

Tints of Green Leaf #507732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 32.13%
G = 47.79%
B = 20.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#507732 (or 0x507732) is known color: Green Leaf. HEX triplet: 50, 77 and 32. RGB value is (80,119,50). Sum of RGB (Red+Green+Blue) = 80+119+50=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #507732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507732 is #AF88CD. Grayscale: #636363. Windows color (decimal): -11503822 or 3307344. OLE color: 3307344.

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

Color convert

RGB 80 119 50 -
CMYK 0.33 0 0.58 0.53
HSL 93.91º 0.41% 0.33% -
HSV(B) 93.91º 0.58% 0.47% -
XYZ 10.48 15.13 5.39 -
YUV 99.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 80 119 50 0.33 0 0.58 0.53 93.91 0.41 0.33
Hex 50 77 32 21 0 3A 35 5E 29 21
Octal 120 167 62 41 0 72 65 136 51 41
Binary 1010000 1110111 110010 100001 0 111010 110101 1011110 101001 100001

Color Harmonies of #507732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507732

Black with #507732

Text Example


Text Example

White with #507732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507732; }

 p { color: rgb(80,119,50); }

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

background-color css

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

 a { background-color: rgb(80,119,50); }

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

border-color css

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

 span { border-color: rgb(80,119,50); }

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