Html Css Color HEX #50752A Green Leaf

📋 copy color: '#50752A'

red 80 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #50752A

Tints of Green Leaf #50752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 33.47%
G = 48.95%
B = 17.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#50752A (or 0x50752A) is known color: Green Leaf. HEX triplet: 50, 75 and 2A. RGB value is (80,117,42). Sum of RGB (Red+Green+Blue) = 80+117+42=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #50752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50752A is #AF8AD5. Grayscale: #616161. Windows color (decimal): -11504342 or 2782544. OLE color: 2782544.

HSL color Cylindrical-coordinate representation of color #50752A: hue angle of 89.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50752A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 42 -
CMYK 0.32 0 0.64 0.54
HSL 89.6º 0.47% 0.31% -
HSV(B) 89.6º 0.64% 0.46% -
XYZ 10.09 14.6 4.48 -
YUV 97.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 80 117 42 0.32 0 0.64 0.54 89.6 0.47 0.31
Hex 50 75 2A 20 0 40 36 5A 2F 1F
Octal 120 165 52 40 0 100 66 132 57 37
Binary 1010000 1110101 101010 100000 0 1000000 110110 1011010 101111 11111

Color Harmonies of #50752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50752A

Black with #50752A

Text Example


Text Example

White with #50752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50752A; }

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

 H1.HeaderClassName
 {
   color: #50752A;
 }
 .AnyTagClassName
 {
   color: #50752A;
 }
</style>

background-color css

<style>
 a { background-color: #50752A; }

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

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

border-color css

<style>
 span { border-color: #50752A; }

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

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