Html Css Color HEX #50751D Green Leaf

📋 copy color: '#50751D'

red 80 ◦ green 117 ◦ blue 29

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

Shades of Green Leaf #50751D

Tints of Green Leaf #50751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 35.4%
G = 51.77%
B = 12.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#50751D (or 0x50751D) is known color: Green Leaf. HEX triplet: 50, 75 and 1D. RGB value is (80,117,29). Sum of RGB (Red+Green+Blue) = 80+117+29=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #50751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50751D is #AF8AE2. Grayscale: #606060. Windows color (decimal): -11504355 or 1930576. OLE color: 1930576.

HSL color Cylindrical-coordinate representation of color #50751D: hue angle of 85.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50751D is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 29 -
CMYK 0.32 0 0.75 0.54
HSL 85.23º 0.6% 0.29% -
HSV(B) 85.23º 0.75% 0.46% -
XYZ 9.89 14.52 3.44 -
YUV 95.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 80 117 29 0.32 0 0.75 0.54 85.23 0.6 0.29
Hex 50 75 1D 20 0 4B 36 55 3C 1D
Octal 120 165 35 40 0 113 66 125 74 35
Binary 1010000 1110101 11101 100000 0 1001011 110110 1010101 111100 11101

Color Harmonies of #50751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50751D

Black with #50751D

Text Example


Text Example

White with #50751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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