Html Css Color HEX #50751C Green Leaf

📋 copy color: '#50751C'

red 80 ◦ green 117 ◦ blue 28

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

Shades of Green Leaf #50751C

Tints of Green Leaf #50751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

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

R = 35.56%
G = 52%
B = 12.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#50751C (or 0x50751C) is known color: Green Leaf. HEX triplet: 50, 75 and 1C. RGB value is (80,117,28). Sum of RGB (Red+Green+Blue) = 80+117+28=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #50751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50751C is #AF8AE3. Grayscale: #606060. Windows color (decimal): -11504356 or 1865040. OLE color: 1865040.

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

Color convert

RGB 80 117 28 -
CMYK 0.32 0 0.76 0.54
HSL 84.94º 0.61% 0.28% -
HSV(B) 84.94º 0.76% 0.46% -
XYZ 9.88 14.51 3.38 -
YUV 95.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 80 117 28 0.32 0 0.76 0.54 84.94 0.61 0.28
Hex 50 75 1C 20 0 4C 36 55 3D 1C
Octal 120 165 34 40 0 114 66 125 75 34
Binary 1010000 1110101 11100 100000 0 1001100 110110 1010101 111101 11100

Color Harmonies of #50751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50751C

Black with #50751C

Text Example


Text Example

White with #50751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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