Html Css Color HEX #507631 Green Leaf

📋 copy color: '#507631'

red 80 ◦ green 118 ◦ blue 49

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

Shades of Green Leaf #507631

Tints of Green Leaf #507631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 32.39%
G = 47.77%
B = 19.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#507631 (or 0x507631) is known color: Green Leaf. HEX triplet: 50, 76 and 31. RGB value is (80,118,49). Sum of RGB (Red+Green+Blue) = 80+118+49=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #507631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507631 is #AF89CE. Grayscale: #636363. Windows color (decimal): -11504079 or 3241552. OLE color: 3241552.

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

Color convert

RGB 80 118 49 -
CMYK 0.32 0 0.58 0.54
HSL 93.04º 0.41% 0.33% -
HSV(B) 93.04º 0.58% 0.46% -
XYZ 10.34 14.88 5.23 -
YUV 98.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 80 118 49 0.32 0 0.58 0.54 93.04 0.41 0.33
Hex 50 76 31 20 0 3A 36 5D 29 21
Octal 120 166 61 40 0 72 66 135 51 41
Binary 1010000 1110110 110001 100000 0 111010 110110 1011101 101001 100001

Color Harmonies of #507631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507631

Black with #507631

Text Example


Text Example

White with #507631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507631; }

 p { color: rgb(80,118,49); }

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

background-color css

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

 a { background-color: rgb(80,118,49); }

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

border-color css

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

 span { border-color: rgb(80,118,49); }

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