Html Css Color HEX #50761C Green Leaf

📋 copy color: '#50761C'

red 80 ◦ green 118 ◦ blue 28

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

Shades of Green Leaf #50761C

Tints of Green Leaf #50761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 35.4%
G = 52.21%
B = 12.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#50761C (or 0x50761C) is known color: Green Leaf. HEX triplet: 50, 76 and 1C. RGB value is (80,118,28). Sum of RGB (Red+Green+Blue) = 80+118+28=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #50761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50761C is #AF89E3. Grayscale: #606060. Windows color (decimal): -11504100 or 1865296. OLE color: 1865296.

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

Color convert

RGB 80 118 28 -
CMYK 0.32 0 0.76 0.54
HSL 85.33º 0.62% 0.29% -
HSV(B) 85.33º 0.76% 0.46% -
XYZ 10 14.75 3.42 -
YUV 96.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 80 118 28 0.32 0 0.76 0.54 85.33 0.62 0.29
Hex 50 76 1C 20 0 4C 36 55 3E 1D
Octal 120 166 34 40 0 114 66 125 76 35
Binary 1010000 1110110 11100 100000 0 1001100 110110 1010101 111110 11101

Color Harmonies of #50761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50761C

Black with #50761C

Text Example


Text Example

White with #50761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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