Html Css Color HEX #50633E Cabbage Pont

📋 copy color: '#50633E'

red 80 ◦ green 99 ◦ blue 62

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

Shades of Cabbage Pont #50633E

Tints of Cabbage Pont #50633E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 33.2%
G = 41.08%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#50633E (or 0x50633E) is known color: Cabbage Pont. HEX triplet: 50, 63 and 3E. RGB value is (80,99,62). Sum of RGB (Red+Green+Blue) = 80+99+62=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #50633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50633E is #AF9CC1. Grayscale: #595959. Windows color (decimal): -11508930 or 4088656. OLE color: 4088656.

HSL color Cylindrical-coordinate representation of color #50633E: hue angle of 90.81º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50633E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 62 -
CMYK 0.19 0 0.37 0.61
HSL 90.81º 0.23% 0.32% -
HSV(B) 90.81º 0.37% 0.39% -
XYZ 8.64 10.98 6.22 -
YUV 89.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 80 99 62 0.19 0 0.37 0.61 90.81 0.23 0.32
Hex 50 63 3E 13 0 25 3D 5B 17 20
Octal 120 143 76 23 0 45 75 133 27 40
Binary 1010000 1100011 111110 10011 0 100101 111101 1011011 10111 100000

Color Harmonies of #50633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50633E

Black with #50633E

Text Example


Text Example

White with #50633E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50633E; }

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

 H1.HeaderClassName
 {
   color: #50633E;
 }
 .AnyTagClassName
 {
   color: #50633E;
 }
</style>

background-color css

<style>
 a { background-color: #50633E; }

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

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

border-color css

<style>
 span { border-color: #50633E; }

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

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