Html Css Color HEX #507431 Green Leaf

📋 copy color: '#507431'

red 80 ◦ green 116 ◦ blue 49

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

Shades of Green Leaf #507431

Tints of Green Leaf #507431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 32.65%
G = 47.35%
B = 20%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#507431 (or 0x507431) is known color: Green Leaf. HEX triplet: 50, 74 and 31. RGB value is (80,116,49). Sum of RGB (Red+Green+Blue) = 80+116+49=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #507431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507431 is #AF8BCE. Grayscale: #616161. Windows color (decimal): -11504591 or 3241040. OLE color: 3241040.

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

Color convert

RGB 80 116 49 -
CMYK 0.31 0 0.58 0.55
HSL 92.24º 0.41% 0.32% -
HSV(B) 92.24º 0.58% 0.45% -
XYZ 10.11 14.42 5.16 -
YUV 97.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 80 116 49 0.31 0 0.58 0.55 92.24 0.41 0.32
Hex 50 74 31 1F 0 3A 37 5C 29 20
Octal 120 164 61 37 0 72 67 134 51 40
Binary 1010000 1110100 110001 11111 0 111010 110111 1011100 101001 100000

Color Harmonies of #507431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507431

Black with #507431

Text Example


Text Example

White with #507431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507431; }

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

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

background-color css

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

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

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

border-color css

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

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

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