Html Css Color HEX #50632B Green Leaf

📋 copy color: '#50632B'

red 80 ◦ green 99 ◦ blue 43

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

Shades of Green Leaf #50632B

Tints of Green Leaf #50632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 36.04%
G = 44.59%
B = 19.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#50632B (or 0x50632B) is known color: Green Leaf. HEX triplet: 50, 63 and 2B. RGB value is (80,99,43). Sum of RGB (Red+Green+Blue) = 80+99+43=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #50632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50632B is #AF9CD4. Grayscale: #575757. Windows color (decimal): -11508949 or 2843472. OLE color: 2843472.

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

Color convert

RGB 80 99 43 -
CMYK 0.19 0 0.57 0.61
HSL 80.36º 0.39% 0.28% -
HSV(B) 80.36º 0.57% 0.39% -
XYZ 8.21 10.8 3.94 -
YUV 86.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 80 99 43 0.19 0 0.57 0.61 80.36 0.39 0.28
Hex 50 63 2B 13 0 39 3D 50 27 1C
Octal 120 143 53 23 0 71 75 120 47 34
Binary 1010000 1100011 101011 10011 0 111001 111101 1010000 100111 11100

Color Harmonies of #50632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50632B

Black with #50632B

Text Example


Text Example

White with #50632B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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