Html Css Color HEX #50691F Green Leaf

📋 copy color: '#50691F'

red 80 ◦ green 105 ◦ blue 31

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

Shades of Green Leaf #50691F

Tints of Green Leaf #50691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.61%

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

R = 37.04%
G = 48.61%
B = 14.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#50691F (or 0x50691F) is known color: Green Leaf. HEX triplet: 50, 69 and 1F. RGB value is (80,105,31). Sum of RGB (Red+Green+Blue) = 80+105+31=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #50691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50691F is #AF96E0. Grayscale: #595959. Windows color (decimal): -11507425 or 2058576. OLE color: 2058576.

HSL color Cylindrical-coordinate representation of color #50691F: hue angle of 80.27º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50691F is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 31 -
CMYK 0.24 0 0.70 0.59
HSL 80.27º 0.54% 0.27% -
HSV(B) 80.27º 0.7% 0.41% -
XYZ 8.61 11.91 3.14 -
YUV 89.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 80 105 31 0.24 0 0.70 0.59 80.27 0.54 0.27
Hex 50 69 1F 18 0 46 3B 50 36 1B
Octal 120 151 37 30 0 106 73 120 66 33
Binary 1010000 1101001 11111 11000 0 1000110 111011 1010000 110110 11011

Color Harmonies of #50691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50691F

Black with #50691F

Text Example


Text Example

White with #50691F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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