Html Css Color HEX #50631F Green Leaf

📋 copy color: '#50631F'

red 80 ◦ green 99 ◦ blue 31

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

Shades of Green Leaf #50631F

Tints of Green Leaf #50631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.14%

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 38.1%
G = 47.14%
B = 14.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#50631F (or 0x50631F) is known color: Green Leaf. HEX triplet: 50, 63 and 1F. RGB value is (80,99,31). Sum of RGB (Red+Green+Blue) = 80+99+31=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #50631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50631F is #AF9CE0. Grayscale: #555555. Windows color (decimal): -11508961 or 2057040. OLE color: 2057040.

HSL color Cylindrical-coordinate representation of color #50631F: hue angle of 76.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50631F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 31 -
CMYK 0.19 0 0.69 0.61
HSL 76.76º 0.52% 0.25% -
HSV(B) 76.76º 0.69% 0.39% -
XYZ 8.02 10.73 2.94 -
YUV 85.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 80 99 31 0.19 0 0.69 0.61 76.76 0.52 0.25
Hex 50 63 1F 13 0 45 3D 4D 34 19
Octal 120 143 37 23 0 105 75 115 64 31
Binary 1010000 1100011 11111 10011 0 1000101 111101 1001101 110100 11001

Color Harmonies of #50631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50631F

Black with #50631F

Text Example


Text Example

White with #50631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50631F; }

 p { color: rgb(80,99,31); }

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

background-color css

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

 a { background-color: rgb(80,99,31); }

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

border-color css

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

 span { border-color: rgb(80,99,31); }

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