Html Css Color HEX #50711B Green Leaf

📋 copy color: '#50711B'

red 80 ◦ green 113 ◦ blue 27

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

Shades of Green Leaf #50711B

Tints of Green Leaf #50711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

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

R = 36.36%
G = 51.36%
B = 12.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#50711B (or 0x50711B) is known color: Green Leaf. HEX triplet: 50, 71 and 1B. RGB value is (80,113,27). Sum of RGB (Red+Green+Blue) = 80+113+27=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #50711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50711B is #AF8EE4. Grayscale: #5D5D5D. Windows color (decimal): -11505381 or 1798480. OLE color: 1798480.

HSL color Cylindrical-coordinate representation of color #50711B: hue angle of 83.02º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50711B is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 27 -
CMYK 0.29 0 0.76 0.56
HSL 83.02º 0.61% 0.27% -
HSV(B) 83.02º 0.76% 0.44% -
XYZ 9.41 13.59 3.16 -
YUV 93.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 80 113 27 0.29 0 0.76 0.56 83.02 0.61 0.27
Hex 50 71 1B 1D 0 4C 38 53 3D 1B
Octal 120 161 33 35 0 114 70 123 75 33
Binary 1010000 1110001 11011 11101 0 1001100 111000 1010011 111101 11011

Color Harmonies of #50711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50711B

Black with #50711B

Text Example


Text Example

White with #50711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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