Html Css Color HEX #507532 Green Leaf

📋 copy color: '#507532'

red 80 ◦ green 117 ◦ blue 50

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

Shades of Green Leaf #507532

Tints of Green Leaf #507532

RGB

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

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

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

R = 32.39%
G = 47.37%
B = 20.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#507532 (or 0x507532) is known color: Green Leaf. HEX triplet: 50, 75 and 32. RGB value is (80,117,50). Sum of RGB (Red+Green+Blue) = 80+117+50=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #507532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507532 is #AF8ACD. Grayscale: #626262. Windows color (decimal): -11504334 or 3306832. OLE color: 3306832.

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

Color convert

RGB 80 117 50 -
CMYK 0.32 0 0.57 0.54
HSL 93.13º 0.4% 0.33% -
HSV(B) 93.13º 0.57% 0.46% -
XYZ 10.25 14.66 5.31 -
YUV 98.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 80 117 50 0.32 0 0.57 0.54 93.13 0.4 0.33
Hex 50 75 32 20 0 39 36 5D 28 21
Octal 120 165 62 40 0 71 66 135 50 41
Binary 1010000 1110101 110010 100000 0 111001 110110 1011101 101000 100001

Color Harmonies of #507532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507532

Black with #507532

Text Example


Text Example

White with #507532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507532; }

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

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

background-color css

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

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

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

border-color css

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

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

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