Html Css Color HEX #50791B Green Leaf

📋 copy color: '#50791B'

red 80 ◦ green 121 ◦ blue 27

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

Shades of Green Leaf #50791B

Tints of Green Leaf #50791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.07%

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

R = 35.09%
G = 53.07%
B = 11.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#50791B (or 0x50791B) is known color: Green Leaf. HEX triplet: 50, 79 and 1B. RGB value is (80,121,27). Sum of RGB (Red+Green+Blue) = 80+121+27=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #50791B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50791B is #AF86E4. Grayscale: #626262. Windows color (decimal): -11503333 or 1800528. OLE color: 1800528.

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

Color convert

RGB 80 121 27 -
CMYK 0.34 0 0.78 0.53
HSL 86.17º 0.64% 0.29% -
HSV(B) 86.17º 0.78% 0.47% -
XYZ 10.34 15.46 3.48 -
YUV 98.03 87.92 115.14 -
System Red Green Blue C M Y K H S L
Decimal 80 121 27 0.34 0 0.78 0.53 86.17 0.64 0.29
Hex 50 79 1B 22 0 4E 35 56 40 1D
Octal 120 171 33 42 0 116 65 126 100 35
Binary 1010000 1111001 11011 100010 0 1001110 110101 1010110 1000000 11101

Color Harmonies of #50791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50791B

Black with #50791B

Text Example


Text Example

White with #50791B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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