Html Css Color HEX #50741C Green Leaf

📋 copy color: '#50741C'

red 80 ◦ green 116 ◦ blue 28

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

Shades of Green Leaf #50741C

Tints of Green Leaf #50741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.79%

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

R = 35.71%
G = 51.79%
B = 12.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#50741C (or 0x50741C) is known color: Green Leaf. HEX triplet: 50, 74 and 1C. RGB value is (80,116,28). Sum of RGB (Red+Green+Blue) = 80+116+28=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #50741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50741C is #AF8BE3. Grayscale: #5F5F5F. Windows color (decimal): -11504612 or 1864784. OLE color: 1864784.

HSL color Cylindrical-coordinate representation of color #50741C: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50741C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 28 -
CMYK 0.31 0 0.76 0.55
HSL 84.55º 0.61% 0.28% -
HSV(B) 84.55º 0.76% 0.45% -
XYZ 9.76 14.28 3.34 -
YUV 95.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 80 116 28 0.31 0 0.76 0.55 84.55 0.61 0.28
Hex 50 74 1C 1F 0 4C 37 55 3D 1C
Octal 120 164 34 37 0 114 67 125 75 34
Binary 1010000 1110100 11100 11111 0 1001100 110111 1010101 111101 11100

Color Harmonies of #50741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50741C

Black with #50741C

Text Example


Text Example

White with #50741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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