Html Css Color HEX #50681C Green Leaf

📋 copy color: '#50681C'

red 80 ◦ green 104 ◦ blue 28

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

Shades of Green Leaf #50681C

Tints of Green Leaf #50681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.06%

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

R = 37.74%
G = 49.06%
B = 13.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#50681C (or 0x50681C) is known color: Green Leaf. HEX triplet: 50, 68 and 1C. RGB value is (80,104,28). Sum of RGB (Red+Green+Blue) = 80+104+28=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #50681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681C is #AF97E3. Grayscale: #585858. Windows color (decimal): -11507684 or 1861712. OLE color: 1861712.

HSL color Cylindrical-coordinate representation of color #50681C: hue angle of 78.95º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50681C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 28 -
CMYK 0.23 0 0.73 0.59
HSL 78.95º 0.58% 0.26% -
HSV(B) 78.95º 0.73% 0.41% -
XYZ 8.47 11.69 2.91 -
YUV 88.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 80 104 28 0.23 0 0.73 0.59 78.95 0.58 0.26
Hex 50 68 1C 17 0 49 3B 4F 3A 1A
Octal 120 150 34 27 0 111 73 117 72 32
Binary 1010000 1101000 11100 10111 0 1001001 111011 1001111 111010 11010

Color Harmonies of #50681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50681C

Black with #50681C

Text Example


Text Example

White with #50681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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