Html Css Color HEX #50632D Green Leaf

📋 copy color: '#50632D'

red 80 ◦ green 99 ◦ blue 45

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

Shades of Green Leaf #50632D

Tints of Green Leaf #50632D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 35.71%
G = 44.2%
B = 20.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#50632D (or 0x50632D) is known color: Green Leaf. HEX triplet: 50, 63 and 2D. RGB value is (80,99,45). Sum of RGB (Red+Green+Blue) = 80+99+45=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #50632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50632D is #AF9CD2. Grayscale: #575757. Windows color (decimal): -11508947 or 2974544. OLE color: 2974544.

HSL color Cylindrical-coordinate representation of color #50632D: hue angle of 81.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50632D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 45 -
CMYK 0.19 0 0.55 0.61
HSL 81.11º 0.38% 0.28% -
HSV(B) 81.11º 0.55% 0.39% -
XYZ 8.24 10.82 4.14 -
YUV 87.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 80 99 45 0.19 0 0.55 0.61 81.11 0.38 0.28
Hex 50 63 2D 13 0 37 3D 51 26 1C
Octal 120 143 55 23 0 67 75 121 46 34
Binary 1010000 1100011 101101 10011 0 110111 111101 1010001 100110 11100

Color Harmonies of #50632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50632D

Black with #50632D

Text Example


Text Example

White with #50632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50632D; }

 p { color: rgb(80,99,45); }

 H1.HeaderClassName
 {
   color: #50632D;
 }
 .AnyTagClassName
 {
   color: #50632D;
 }
</style>

background-color css

<style>
 a { background-color: #50632D; }

 a { background-color: rgb(80,99,45); }

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

border-color css

<style>
 span { border-color: #50632D; }

 span { border-color: rgb(80,99,45); }

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