Html Css Color HEX #50771B Green Leaf

📋 copy color: '#50771B'

red 80 ◦ green 119 ◦ blue 27

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

Shades of Green Leaf #50771B

Tints of Green Leaf #50771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 35.4%
G = 52.65%
B = 11.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#50771B (or 0x50771B) is known color: Green Leaf. HEX triplet: 50, 77 and 1B. RGB value is (80,119,27). Sum of RGB (Red+Green+Blue) = 80+119+27=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #50771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50771B is #AF88E4. Grayscale: #616161. Windows color (decimal): -11503845 or 1800016. OLE color: 1800016.

HSL color Cylindrical-coordinate representation of color #50771B: hue angle of 85.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50771B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 27 -
CMYK 0.33 0 0.77 0.53
HSL 85.43º 0.63% 0.29% -
HSV(B) 85.43º 0.77% 0.47% -
XYZ 10.1 14.98 3.4 -
YUV 96.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 80 119 27 0.33 0 0.77 0.53 85.43 0.63 0.29
Hex 50 77 1B 21 0 4D 35 55 3F 1D
Octal 120 167 33 41 0 115 65 125 77 35
Binary 1010000 1110111 11011 100001 0 1001101 110101 1010101 111111 11101

Color Harmonies of #50771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50771B

Black with #50771B

Text Example


Text Example

White with #50771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50771B; }

 p { color: rgb(80,119,27); }

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

background-color css

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

 a { background-color: rgb(80,119,27); }

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

border-color css

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

 span { border-color: rgb(80,119,27); }

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